|
-
Feb 11th, 2005, 03:28 AM
#1
Thread Starter
Hyperactive Member
How do I set this up ? (good array example)[RESOLVED]
How would I cycle through these 4 (actually a bunch more) pairs until they are all processed by the same code ...it's probably a For Each Array solution but I've never had to do it before... tkx
str1="stuff"
str2="otherstuff"
str1="stuff"
str2="otherstuff"
str1="stuff"
str2="otherstuff"
str1="stuff"
str2="otherstuff"
'some code to do something with str1 and str2
'get the next pair and do it again until all pairs processed
Last edited by MJBNET; Feb 11th, 2005 at 11:42 AM.
Reason: forgot to checkmark it...
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
|