Set Array Element updates one or more elements in an Array to new values. For this, it receives the Index of the element to update and the Value to which it will be updated.
If the Index is out of range for the Array, it will extend the Array up to the Index and fill the newly created element/s with empty element/s of the data type Any.