ArraySet(
array:array,
int:index,
anything:value
)
→ int
Stores the value in the array at the specified index. If the array isn't large enough it's automatically resized.
See also:
ArrayCreate
ArrayCopy
ArrayErase
ArrayGet
ArrayPop
ArrayPush
ArrayRev
ArraySort