besides for writing
if>s=0
Let>nColor_%S%=gpcResult_0
endif
if>s=1
Let>nColor_%S%=gpcResult_1
endif
if>s=2
Let>nColor_%S%=gpcResult_2
endif
is there no other way to assign the variables inside the loop?
Search found 2 matches
- Tue Aug 24, 2010 10:39 am
- Forum: Beginners
- Topic: looping variables
- Replies: 3
- Views: 4960
- Mon Aug 23, 2010 11:48 pm
- Forum: Beginners
- Topic: looping variables
- Replies: 3
- Views: 4960
looping variables
how can i use a variable created in a loop. without using the variable i used to write the name of the variable if i do message>nColor_%S% it tells me the value of the variable but if i write it as nColor_0(one of the values of S) its value is nColor_0 I've i tried working around it a bit here, howe...