|
-
Sep 8th, 2008, 07:39 PM
#4
Re: help converting variable declaration (VB2005)
 Originally Posted by Mythos44
Thanks. Just wanted it to start at 1 not 0 but just have to add an extra elemlnt.
Don't ever add an extra element to arrays like that. As Rob suggests, arrays are zero-based and you should use them as such. There's never a need for a hack like that. It's all handled smoothly with properly written code.
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
|