miva_array_delete()#
Syntax
miva_array_delete( array var, start, count )
Returns#
Returns the number of elements remaining in the array.
Parameters#
Parameter | Description |
---|---|
array |
The array that will be altered. |
start |
the starting index numbert |
count |
the number of elements that will be cleared |