|
-
July 9th, 2002, 09:13 AM
#1
Obtaining Array Length
I cannot find anything on MSDN on how to get the length of an array? I have an array returned from a Split() function and I thought I could use myarray.length, but it does not work. I do not want to have to perform a loop to count the array size - how do I do it?
Thank you
-
July 9th, 2002, 09:44 AM
#2
Answered my own question - UBound()
Answered my own question - UBound()
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
|