Documentation

remove

removes an element from the array

void remove(any value);

Parameters

valueanythe element value
Back to top