Is
... SET var%index% "TEST"
the same as
... SET var[index] "TEST"
and if index is 1, the same as
... SET var1 "TEST"
?
| QUOTE (geniusalz @ Jan 4 2004, 09:25 PM) |
| Is ... SET var%index% "TEST" the same as ... SET var[index] "TEST" and if index is 1, the same as ... SET var1 "TEST" ? |