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
n
th
position within the array.
Data
unknown
Any valid
Explain™
object
to be stored in the array
Related Topics