ArraySet(array, start_pos, end_pos, value)
array
Name of the array you want to change.
start_pos
Starting position in the specified array.
end_pos
Ending position in the specified array. If this value exceeds the array length, elements are accordingly added to the array.
value
The value you want to add to the range of elements in the specified array.
|