ArraySet
In a one-dimensional array, sets the elements in a specified index range to a value.
Useful for initializing an array after a call to arrayNew.
Method Signature
Arguments
Argument
Type
Required
Description
Default
array
modifiablearray
true
The array to modify
start
any
true
The starting index
end
any
true
The ending index
value
any
true
Examples
Related
Last updated