Finds or initializes an Array on a provided Variable, and stores a provided value in that Array at the specified index.
Just like with Javascript arrays, you don't need to initialize the array or create an empty array first.
You can actually set the value at any index, even beyond its current length, and it will be valid.
Finds or initializes an Array on a provided Variable, and stores a provided value in that Array at the specified index. Just like with Javascript arrays, you don't need to initialize the array or create an empty array first. You can actually set the value at any index, even beyond its current length, and it will be valid.