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 |
---|---|---|---|---|
|
|
| The array to modify | |
|
|
| The starting index | |
|
|
| The ending index | |
|
|
|
Examples
Related
Last updated