|
-
Oct 6th, 2001, 02:14 PM
#1
Thread Starter
PowerPoster
Changing the array size
Is there any way to resize a 1 or 2 dimensional array.
Let us I have:
myarray[5][10]
How can I make it:
myarray[7][15]
after I have declared it and I have also set the values in it?
And also will it delete all the values in the array after I resize it?
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
|