|
-
May 5th, 2004, 05:25 PM
#1
Thread Starter
PowerPoster
Filling Multi Dimensional Arrays (Resolved)
Hi,
How do you fill all the elements of a multidimensional array?
e.g.
Dim strArray(6,3,2) as Array
how do I put values into each dimension, Please? Putting values into the final dimension is easy e.g.
strArray(1,2,2)="This goes in"
is stored in the second element of the third dimension, first rank.
Nothing in MSDN or my books gives any help on this.
Last edited by taxes; May 6th, 2004 at 05:04 AM.
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
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
|