TC.vtcClearColumn
Clears all data in a column.
If the column specified in the argument does not exist, the step runs without returning an error, and no data is changed in VTS.
Equivalent method in VuGen: lrvtc_clear_column
TC.vtcClearColumn(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.vtcClearColumn("MyColumn","MyVts");