(→Example) |
(→Action signatures) |
||
Line 10: | Line 10: | ||
=== === | === === | ||
− | ;<code>[gn:act_isMiddleRow]|[ | + | ;<code>[gn:act_isMiddleRow]|[target,index]</code> |
{| class="wikitable sortable" style="font-size: 85%; text-align: left;" | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" | ||
Line 17: | Line 17: | ||
! scope="col" | Description | ! scope="col" | Description | ||
|- | |- | ||
− | | | + | | [[target]] |
| [[target]] where the list is stored | | [[target]] where the list is stored | ||
* Valid [[target|targets]]: | * Valid [[target|targets]]: |
Revision as of 12:39, 6 March 2017
Contents
gn:act_isMiddleRow
- Description
- Action used to check if specific row is not the first or the last row in the list
- Action returns
- boolean
Action signatures
[gn:act_isMiddleRow]|[target,index]
Parameter | Description |
---|---|
target | target where the list is stored
|
index | source from where the row index value is used |
Example
@variable/meters
- rows
@variable/meterIndex
- row index
[gn:act_isMiddleRow]|[@variable/meters,@variable/meterIndex]