getOutputRow method: ServiceAPI class
Syntax
getOutputRow(index)
Description
Use this method to retrieve the specified output message row based on the index.
Parameters
| Parameter | Description |
|---|---|
|
index |
Specifies the index (as a Number) of the row to retrieve. |
Returns
The specified message row.
Example
%This.ServiceAPI.getOutputRow(1).setParameter("tools", &Inst);
Related Topics