UpperBound, LowerBound, ReDim?

Tantalus

New Member
Thanks Erel.

So, if I have an array with an unknown size, is there a way to determine what the highest index value is? or alternatively, how many elements it contains? You know, like the UpperBound in VB?

Also, if I call Dim on an existing array, I will lose all the data in that array, correct?

Thanks.
 
Upvote 0
Top