ARRDEL(arr, idx, NumOfElement=1)
Deletes NumOfElement elements from array arr starting (and including) from index position idx. Parameter NumOfElement is optional and if it is omitted then 1 is assumed.
Go Back