B
Bob Chin
Hi,
I am trying to create a loop that goes through the values in a table
and returns some strings. My table looks like this:
Index String1 String2
XXX XXX XXX
I will then use the two strings in the table for calculations. So the
code will look something like this:
while I am not at the end of the table
mystring = string1
mystring2 = string2
dosomestuff with the strings
end while
Anyone know of an easy way to do this?
Thanks,
Bob
I am trying to create a loop that goes through the values in a table
and returns some strings. My table looks like this:
Index String1 String2
XXX XXX XXX
I will then use the two strings in the table for calculations. So the
code will look something like this:
while I am not at the end of the table
mystring = string1
mystring2 = string2
dosomestuff with the strings
end while
Anyone know of an easy way to do this?
Thanks,
Bob