2. Row position
goto first row of @List
goto next row of @List
goto previous row of @List
goto last row of @Listgoto first row of @List
var @i := 1
while @i < @RowIndex
goto next row of @List
@i := @i + 1
endWas this helpful?
goto first row of @List
goto next row of @List
goto previous row of @List
goto last row of @Listgoto first row of @List
var @i := 1
while @i < @RowIndex
goto next row of @List
@i := @i + 1
endWas this helpful?
Was this helpful?