|
-
Aug 4th, 2002, 12:53 PM
#1
Thread Starter
Addicted Member
Getting the Ubound from a second or third dimension
I have a three dimensional array, but the the second and third dimensions are all different sizes.
like:
anArray(0,0 to 8)
anArray(1,0 to 12)
When you say Ubound(anArray), it would return 1 (for this case). But say I want to get the second dimension Ubound for each of the first dimensions?
this doesn't work (as far as i know): ubound(anArray(0)) (under my assumption this would return 8, but like i said, it doesn't work).
Please tell me something that does work.
thanks,
jmiller
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
|