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
|
Components | GuiXT + InputAssistant |