The Output_Assembled_Vector procedure writes out a section of an Assembled Vector to the specified unit.
Calling syntax:
| call Output (AV, First, Last, Unit) |
Input variables:
| AV | The Assembled_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. [Optional] |
The Output_Assembled_Vector code listing contains additional documentation.
Michael L. Hall