FINDORADD
FINDORADD(Value AS Integer/Double/Boolean/String/Time) AS Integer
Searches for the value <Value> in the array.
If the value is not found, adds it at the end of the array.
Returns the index in the array of the found or added value.
FINDORADD(Value AS Integer/Double/Boolean/String/Time) AS Integer
Searches for the value <Value> in the array.
If the value is not found, adds it at the end of the array.
Returns the index in the array of the found or added value.