This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
manual:Variables [2025/02/27 01:43] peternlewis [Scope] |
manual:Variables [2025/03/01 22:08] (current) peternlewis [Variable Arrays] |
||
---|---|---|---|
Line 81: | Line 81: | ||
* By default the comma `,` is the delimiter (see below for setting a custom delimiter). | * By default the comma `,` is the delimiter (see below for setting a custom delimiter). | ||
* "`<IndexNumber>`" is an integer indicating the index (starting with 1) of the array value within the Variable Array. | * "`<IndexNumber>`" is an integer indicating the index (starting with 1) of the array value within the Variable Array. | ||
+ | * Negative indices start from the end of the array. | ||
+ | * Zero index returns the count. | ||
* This index can be determined using any [[manual:Calculations|Calculation]], including simply a Variable Name, like `i`. | * This index can be determined using any [[manual:Calculations|Calculation]], including simply a Variable Name, like `i`. | ||
* Examples: | * Examples: |