Access table cells with variables
Posted: Mon Nov 24, 2008 10:08 am
Hello,
I would like to access certain cells inside a table using variable indices. For example, to print numbers down the 2nd column, I thought this would work:
______________________
table mytable
for !i=1 to !i=5
regout(2,!i)=!i
next
______________________
But, this did not work, and after running the program I get no error messages...
Thanks in advance,
-cap
I would like to access certain cells inside a table using variable indices. For example, to print numbers down the 2nd column, I thought this would work:
______________________
table mytable
for !i=1 to !i=5
regout(2,!i)=!i
next
______________________
But, this did not work, and after running the program I get no error messages...
Thanks in advance,
-cap