TC.vtcPopMultipleCells
Pops the first fields from specified columns. Returned as a JavaScript object.
Equivalent method in VuGen: lrvtc_retrieve_messages1
TC.vtcPopMultipleCells(colNames, vtsName);
Arguments
Name | Description |
---|---|
colNames | (string) The names of the columns. |
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:""}
.
Example
TC.vtcPopMultipleCells("MyColumn","MyVts");