FINDINDEX
FINDINDEX(Value AS Integer/Double/Boolean/String/Time) AS Integer
Searches for the value <Value> in the array.
Returns the index of the value in the array if found, -1 if not found.
FINDINDEX(Value AS Integer/Double/Boolean/String/Time) AS Integer
Searches for the value <Value> in the array.
Returns the index of the value in the array if found, -1 if not found.