miva_array_insert_ref()

 
Inserts single element "element" into "array" at position "pos".
Syntax
miva_array_insert_ref( array var, element var, pos )
Returns the number of elements in "array" after the insertion.
  • array = The array tro which the records will be inserted
  • element = the record that will be inserted
  • pos = the index where the element will be inserted.
User Annotations: miva_array_insert_ref