miva_array_insert_ref()#
Syntax
miva_array_insert_ref( array var, element var, pos )
Returns#
Returns the number of elements in “array” after the insertion.
Parameters#
| Parameter | Description |
|---|---|
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. |