|
-
Jun 15th, 2006, 03:50 AM
#1
Thread Starter
Junior Member
[RESOLVED] Length Of An Array
If i declare an Array of variable length and i store some data in it but i don't know how many datas i stored.
While the Array has datas in it how do i find out it's length?
-
Jun 15th, 2006, 03:55 AM
#2
Re: Length Of An Array
The UBound function will get the upper bound of the dynamic array, but you'll need to write your own code to remember which indexes you have filled up with some data yourself.
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
|