deleteRange: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *N([a-z ])" to "$1 - n$2") |
BrettMayson (talk | contribs) mNo edit summary |
||
| Line 10: | Line 10: | ||
|s1= array [[deleteRange]] [from, count] | |s1= array [[deleteRange]] [from, count] | ||
|p1= array: [[Array]] | |p1= array: [[Array]] of [[Anything]] | ||
|p2= from: [[Number]] - array index to start selection from. | |p2= from: [[Number]] - array index to start selection from. | ||
Latest revision as of 11:45, 1 January 2026
Description
- Description:
- Removes a range of array elements from the given array. Modifies the original array, just like resize or set.
- Groups:
- Arrays
Syntax
- Syntax:
- array deleteRange [from, count]
- Parameters:
- array: Array of Anything
- from: Number - array index to start selection from.
- count: Number - number of array elements to remove. If the selected range exceeds source array boundaries, selection will be made up to the end of the array.
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- deleteAt set resize select in find toArray toString forEach count pushBack pushBackUnique apply append sort param params arrayIntersect splitString joinString
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note