kev510
Programmer
- Jul 12, 2006
- 61
Hello everyone!
I am once again stuck... using VBScript.
I am trying to dynamically create the following list:
vVariable1 = 1
vVariable2 = 2
vVariable3 = 3
vVariable4 = 4
using:
for i = 1 to 3
vVariable(insert i value here) = (insert i value here)
next
I've tried all sorts of things for about 15-25 minutes with no luck. Thanks for any help!
-Kev
I am once again stuck... using VBScript.
I am trying to dynamically create the following list:
vVariable1 = 1
vVariable2 = 2
vVariable3 = 3
vVariable4 = 4
using:
for i = 1 to 3
vVariable(insert i value here) = (insert i value here)
next
I've tried all sorts of things for about 15-25 minutes with no luck. Thanks for any help!
-Kev