BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

arrayRange() BIF to create arrays with a specific range of values.

Description

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 )

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Priority

Sentry

Created July 16, 2024 at 9:49 AM
Updated July 16, 2024 at 9:51 AM
Resolved July 16, 2024 at 9:51 AM

Flag notifications