|
-
Feb 25th, 2003, 06:34 PM
#3
PowerPoster
That is fully correct :-) However I'd recommend you using set(index, obj) to set the object to the specified position at the end of your array..
As Phenix already mentioned: the add() function really ADDS an item, therefore you'd not have to resize the array by yourself nor keep track of the index or size. If you want to resize by hand, use set.
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
|