Results 1 to 9 of 9

Thread: How do I set this up ? (good array example)[RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    TZI Transition Date
    Posts
    272

    Resolved 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
  •  



Click Here to Expand Forum to Full Width