MivaScript Builtin Function, Miva Merchant 9+
miva_array_clear( array var, start, count )
<mvt:assign name="g.return_value" value="miva_array_clear( array var, start, count )" />
Removes "count" elements from "array", starting at position "start". The elements are removed from the array, but the array is not collapsed.
array var
The array that will be altered.
start
the starting index numbert
count
the number of elements that will be cleared