The Output_Timer procedure writes out information from a Timer object to the specified unit.
Calling syntax:
call Output (Timer, Global, Verbose, Unit) |
Input variables:
Timer | The Timer object to be queried. | ||
Global | Global flag, defaults to false. If Global is not set to true, no global update is done and whatever value is present on the IO_PE is used. | ||
Verbose | Verbosity flag, defaults to false. [Optional] | ||
Unit | The logical unit for output, which defaults to 6. |
The Output_Timer code listing contains additional documentation.
Michael L. Hall