|
-
Feb 1st, 2006, 03:57 PM
#1
Thread Starter
Junior Member
Variable from multiple string
Hi
I have many string variables named like : c1, c2, c3, c4, c5 ... and I would like to test them all at the same time with a command like that :
for i = 1 to 100 (number of variables)
if (c+i) = "xxxxxx" then
..........
end if
next i
How can I do that ? If (c+i) doesn't work.
Thanks for helping
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|