If you're deleting element 'i' from array A, and you don't care about
order, you can do:

A[i] = A[A.length-1]
A.length--




_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to