The Output_Overlapped_Vector procedure writes out a section of an Overlapped Vector to the specified unit.
Calling syntax:
call Output (OV, Many_First, Many_Last, One_First, One_Last, Unit) |
Input variables:
OV | The Overlapped_Vector object to be queried. | ||
Many_First | The first location on the Many Axis to be output. | ||
Many_Last | The last location on the Many Axis to be output. | ||
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_Overlapped_Vector code listing contains additional documentation.
Michael L. Hall