While reading the documentation on the DIM statement, I noticed that the syntax allows for optional "subscripts" after 'VarName'. Here's what it says:
DIM VarName[(subscripts)] AS VarType [AT Address] [ {VALUE | = | VALUE =} InitialValue ]
So is the purpose of this to allow a series of variables, differentiated by a numerical subscript, to be declared at once? If so, what is the syntax for that? Should they be listed one by one, as in 'VarName(1, 2, 3) or can we use a range, as in 'VarName(1-3)'?
I will try to experiment with it, but I ask it here, in case someone in the future is as ignorant as I am.
By the way, MERRY CHRISTMAS everyone! Thanks for being here!
Bookmarks