GETAT
GETAT(nIndex AS Integer) AS Integer/Double/Boolean/String/Time
Get the value from the array at the index <nIndex>.
Remark: X = Array.GetAt(nIndex) can be replaced by: X = Array(nIndex)
GETAT(nIndex AS Integer) AS Integer/Double/Boolean/String/Time
Get the value from the array at the index <nIndex>.
Remark: X = Array.GetAt(nIndex) can be replaced by: X = Array(nIndex)