miva_array_shift_ref()

 
Makes "element" a reference to the first element of "array", then removes it from the array.
Syntax
miva_array_shift_ref( array var, element var )
Returns the number of elements remaining in "array".
  • array = the array where the record will be remove
  • element = a reference to the element that was removed.
User Annotations: miva_array_shift_ref