From wiki.ginstr.com
Revision as of 20:37, 12 July 2017 by Mark (talk | contribs) (formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Check is the middle row

[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 - list
@variable/meterIndex - row index
[gn:act_isMiddleRow]|[@variable/meters,@variable/meterIndex]