Purpose With InsertRow you can insert a table row from a structured variable.
Example InsertRow V[customerinfo] table=V[customers] index=2

All components of the structured variable V[customerinfo] with a matching column name in the table variable V[customers] are inserted as new row 2.

Format InsertRow V[strname] table=V[tabname] index=k
  • If the index is less than 1 no action is taken.
  • If the index equals V[tabname.rowcount] + 1, the action is identical with AppendRow
  • If the index is greater than V[tabname.rowcount] + 1, empty rows are automatically inserted in between.
  • The structured variable and the table may have a different structure. Table columns without a matching counterpart in the structure remain unchanged.
Components GuiXT + InputAssistant