InsertOutputRow method: ServiceAPI class
Syntax
InsertOutputRow()
Description
Use this method to insert an empty message row.
Parameters
None.
Returns
None.
Example
%This.ServiceAPI.InsertOutputRow();
%This.ServiceAPI.OutputRows [1].setParameter("numPlayers", 3);
%This.ServiceAPI.OutputRows [1].setParameter("instrument", &value);
Related Topics