has-row
Action
Check if a row exists at a specific index
Syntax
$exists:BOOLEAN = has-row 5 in $Gtable
check if row exists at fixed index
$exists:BOOLEAN = has-row $index:NUMBER in $Gtable
check if row exists at variable index