Purpose | With UpdateRow you can update a table row from a structured variable. |
Example |
UpdateRow
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 copied into row 2. |
Format |
UpdateRow
V[strName]
table=V[tabName]
index=k
|
Components | GuiXT + InputAssistant |