AddRow
AddRow Function
Add a new row.
Syntax
AddRow(table Table, vector Column1, string value)
Arguments
| Argument | Description |
|---|---|
table Table | A table to which row is to be added. |
vector Column | Column to which a data is to be added. |
string Value | Value to be added to a specified column and table |
Examples:
AddRow([[FusionTestTable]], "VarcharColumn", "xyz")
Adds a new row in FusionTestTable.