option explicit

icemonster

Registered User.
Local time
Today, 12:10
Joined
Jan 30, 2010
Messages
502
so i declared a lot of variables, like 30 :D

is there a way to column them?

e.g

dim 1 as long
dim 2 as long
etc..
dim 30 as long
 
Not sure what you mean by column them but you can do

dim 1 as long, 2 as long, 3 as long
 
i meant was like column 1 and 2, yeah i tried that it does work but i wanted something to compliment my ocd :D

but thanks.
 
Definition of ocd: dyslectic fish; where the scales are tipped the other way. :confused:
 

Users who are viewing this thread

Back
Top Bottom