SETAT
SETAT(nIndex AS Integer, Value AS Integer/Double/Boolean/String/Time)
Set the value <Value> in the array at the index <nIndex>.
Remark: Array.SetAt(nIndex, Value) can be replaced by: Array(nIndex) = Value
SETAT(nIndex AS Integer, Value AS Integer/Double/Boolean/String/Time)
Set the value <Value> in the array at the index <nIndex>.
Remark: Array.SetAt(nIndex, Value) can be replaced by: Array(nIndex) = Value