All Commands
All Program Flow
Commands
LOOP_SEP
LOOP_SEP is an abbreviation of LOOP_SEPARATOR
This privides a character between elements, such as a comma, in a loop.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | separator | , | String | The separator to return. The default is a comma followed by a space. |
Example
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : 9 : 10
1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : 9 : 10