TC.vtcPopCells
Pops the data in a row as a JavaScript object.
Equivalent method in VuGen VTS: lrvtc_retrieve_row
TC.vtcPopCells(vtsName);
Arguments
vtsName. (Optional, string) The alias of the VTS server.
Return value
(object) The first field from the columns. If the column is empty or does not exist, the value is null. For example, {col1:"larry",col2:null}
.
Example
TC.vtcPopCells( "MyVts");