reference:evaluator:arrayset

ArraySet(
     array:array,
     int:index,
     anything:value
)
int

Arguments

array

Array to store element in.

index

Index of element to set.

value

Value to store in array.

Return value

New size of the array.

Description

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