Official
Finds or initializes an Array on a provided Variable, and stores a provided value in that Array at the specified index.
Note: The first value in the array starts at an index of 0.
- Variable
- Number (Index)
- Any Type (Value)
Finds or initializes an Array on a provided Variable, and stores a provided value in that Array at the specified index.
Note: The first value in the array starts at an index of 0.