|
From: Scott A. L. <sc...@sc...> - 2000-12-14 19:14:39
|
> hmm, so a delete array[element] will leave a gap instead of removing the > element and move all "higher" elements down one step ? Yes, Brandon is correct in this. That's one of the reasons why removeFromArray was created in the first place. It keeps ordinal arrays in the correct order when you remove an element. -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |