|
-
Jun 13th, 2000, 08:05 PM
#1
Hi,
I have an array with 20 spaces and know the data I need to put into each slot is there a quicker way to do this than by doing
MyArray(0) = 1
MyArray(1) = 6
MyArray(2) = 10
etc,,,
Is it possible to do something like
MyArray = (1, 6, 10 etc)
It would save a lot of screen space for a start !
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
|