Sorry, I don't know the correct verbiage here...

If I script this:

put "A" into theArray[1]
put "B" into theArray[2]
put "C" into theArray[3]


And then script this:

delete variable theArray[2]


I essentially get an array with entries that look like this:

A

C

How can I collapse (?) the array after deleting element 2 so that the array
only has two elements remaining?

A
C

Thanks for suggestions.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX Design



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to