TC.vtcCreateColumn
Creates a column.
If a column with the same name already exists, the function does nothing.
Equivalent method in VuGen: lrvtc_create_column
TC.vtcCreateColumn(colName, vtsName);
Arguments
| Name | Description |
|---|---|
colName | (string) The name of the column. |
| vtsName (Optional) | (string) The alias of the VTS server. |
Return value
0 if completed successfully. If unsuccessful, it throws an exception message.
Example
TC.vtcCreateColumn("MyColumn","MyVTS")

