|
-
May 4th, 2006, 11:55 AM
#1
Thread Starter
New Member
Variable Help
What does it mean when you have a variable with parens? Like declaring v() as Variant, and then using the variable v with another variable it seems right
beside it, like v(i)? Can anyone help?
-
May 4th, 2006, 12:03 PM
#2
Re: Variable Help
It means that v is an array - basically a list of values instead of a single value (as you would have normally).
There is a thread in the Classic VB FAQ (link in my sig) that has a good explanation of arrays.
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
|