Documentation

removeAt

removes one or more elements from the specified position

void removeAt(number pos,number len);

Parameters

posnumberthe element(s) position
lennumberthe number of elements to remove
Back to top