update-row
Action
Update specific fields in a row
Syntax
update-row 3 in $Gtable set "status" to "complete"
update row with literal index, field and value
update-row $index:NUMBER in $Gtable set $field:TEXT to $Avalue
update row with variable index, field and value