Build an array out of a range of numbers or using our range syntax: {start}..{end} or using the from and to arguments
You can also build negative ranges
arrayRange( "1..5" ) arrayRange( "-10..5" ) arrayRange( 1, 500 )
ArrayRange(from=[any], to=[numeric])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
from |
any |
false |
The initial index, defaults to 1 or you can use the {start}..{end} notation | 1 |
to |
numeric |
false |
The last index item, or defaults to the from value |
- ArrayAppend
- ArrayAvg
- ArrayClear
- ArrayContains
- ArrayContainsNoCase
- ArrayDelete
- ArrayDeleteAt
- ArrayDeleteNoCase
- ArrayEach
- ArrayEvery
- ArrayFilter
- ArrayFind
- ArrayFindAll
- ArrayFindAllNoCase
- ArrayFindNoCase
- ArrayFirst
- ArrayGetMetadata
- ArrayIndexExists
- ArrayInsertAt
- ArrayIsDefined
- ArrayLast
- ArrayMap
- ArrayMax
- ArrayMedian
- ArrayMerge
- ArrayMid
- ArrayMin
- ArrayNew
- ArrayPop
- ArrayPrepend
- ArrayPush
- ArrayReduce
- ArrayReduceRight
- ArrayResize
- ArrayReverse
- ArraySet
- ArrayShift
- ArraySlice
- ArraySome
- ArraySort
- ArraySplice
- ArraySum
- ArraySwap
- ArrayToList
- ArrayToStruct
- ArrayUnshift