|
-
Aug 14th, 2000, 05:08 AM
#1
Thread Starter
Addicted Member
Hi,
I have a multi-dimensional array (3,24,37) that needs to be populated. Is there an easier way to do it than by doing it one at a time ie. a(1,1,1) = 25, a(1,1,2) = 36 etc... I dont want to use a database or anything external because I want the dll to be selfcontained.
Is there a way to use the Array function or does this only work with a single dimension array??
Thanks in advance
Shaun
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
|