TC.advanceParam
Advances the specified parameter to the next value in the file.
This must be a parameter of type file or unique number; the argument type is set in VuGen.
TC.advanceParam(name);
Arguments
name. (string) Name of the parameter to advance.
Return value
(void) undefined
Example
TC.advanceParam("multi_row_param");