Skip to content

miva_array_previous()#

Syntax
miva_array_previous( aggregate var, index )

Returns#

Returns the previous populated index before the given index, or 0 if none exists.

Parameters#

Parameter Description
aggregate The array.
index The current index position.