10.8.12 Output_Collected_Array Procedure

The Output_Collected_Array procedure writes out a section of a Collected Array to the specified unit.

Calling syntax:

call Output (CA, One_First, One_Last, Unit)

Input variables:

 CA  The Collected_Array object to be queried.
 One_First  The first location on the One Axis to be output.
 One_Last  The last location on the One Axis to be output.
 Unit  The logical unit for output, which defaults to 6.

The Output_Collected_Array code listing contains additional documentation.

Michael L. Hall