axlAddOutputs
axlAddOutputs(l_outputNames) =>t/nil
Description
Defines one or more output measures in an OCEAN script.
It is optional to specify the axlAddOutputs command. The tool parses the script for axlOutputResult commands to extract derived measure names. You can specify this command anywhere in the script.
Arguments
Value Returned
Examples
The following command defines two outputs, maxOfOut and minOfOut. You can set the values of these outputs using axlOutputResult.
axlAddOutputs( '("maxOfOut" "minOfOut"))
=> t
Return to top