13.1.11 Output_Mathematic_Vector Procedure

The Output_Mathematic_Vector procedure writes out a section of a Mathematic Vector to the specified unit.

Calling syntax:

call Output (MV, First, Last, Unit, Indent)

Input variables:

 MV  The Mathematic_Vector object to be queried.
 First  The first location to be output. [Optional]
 Last  The last location to be output. [Optional]
 Unit  The logical unit for output, which defaults to 6.
 Indent  Number of indentation characters. [Optional]

The Output_Mathematic_Vector code listing contains additional documentation.

Michael L. Hall