|
-
Sep 25th, 2002, 02:43 AM
#1
Thread Starter
Member
another one :P
hello again
just wondering how to create variable names that contain a variable
example
var1
var2
var3
var4
how would you create these names on the fly if the number was a variable?
J
i was thinking something like
dim i as integer = 0
For i = 1 To 10
dim var+(i) as string = "new variable"
next
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
|