miva_array_delete()

 
Removes "count" elements from "array", starting at position "start". The array is collapsed after the elements are removed.
Syntax
miva_array_delete( array var, start, count )
Returns the number of elements remaining in the array.
  • array = The array that will be altered.
  • start = the starting index numbert
  • count = the number of elements that will be cleared
User Annotations: miva_array_delete