Array.Set()
Array.Set()
Type: INSTANCE FUNCTION
Purpose: Stores a value or object in an array element.
Usage: Data = Array.Set(x1, x2, . . ., xn, Data)
x1 | INDEX | First position within the array. | |
x2 | INDEX | Second position within the array. | |
xn | INDEX | nth position within the array. | |
Data | unknown | Any valid Explain™ object to be stored in the array |
Comments are closed.