hi to all
i had an array with duplicate values like
a(1) = "A"
a(2) ="B"
a(3) = "C"
a(4) = "A"
a(5) = "A"
A value has been repeated so that i need to concateate "Dup" to that value
a(1) = "ADuplicate "
a(2) ="B"
a(3) = "C"
a(4) = "A"
a(5) = "A"
other than this "A" should not be altered.
thanks for your help in advance
its urgent,
i had an array with duplicate values like
a(1) = "A"
a(2) ="B"
a(3) = "C"
a(4) = "A"
a(5) = "A"
A value has been repeated so that i need to concateate "Dup" to that value
a(1) = "ADuplicate "
a(2) ="B"
a(3) = "C"
a(4) = "A"
a(5) = "A"
other than this "A" should not be altered.
thanks for your help in advance
its urgent,
Comment