|
-
Feb 1st, 2011, 11:49 AM
#1
Thread Starter
Junior Member
[RESOLVED] vbscript to trap counter
Just trying to extract a counter in a loop to assign as a variable in a script, for example-
count=0
Do Until Count > 1
count=count+1
Line(count) = "blah,blah, blah" <- I need this line to be translated as follows
Line1 = "blah,blah, blah"
Loop
How do I insert the counter # (number1) in the variable name?
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
|