Results 1 to 2 of 2

Thread: Variable Help

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    9

    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?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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
  •  



Click Here to Expand Forum to Full Width