Skip to content

miva_array_next()#

Syntax
miva_array_next( aggregate var, index )

Returns#

Returns the next populated index after the given index, or 0 if none exists.

Parameters#

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