Page 1 of 1

imcrementing a number by 1

Posted: Fri Jan 11, 2008 11:18 pm
by larryse
hello,

i have a list of values that are all the same, and i want to modify them to increase each occurance by one more than the previous opne.

e.g

InstanceName = "c1"
InstanceName = "c1"
InstanceName = "c1"
InstanceName = "c1"
InstanceName = "c1"

to

InstanceName = "c1"
InstanceName = "c2"
InstanceName = "c3"
InstanceName = "c4"
InstanceName = "c5"



btw, i've used your program for 3 years and it has saved me many hours.

larry