The Output_Base_Structure procedure writes out a Base Structure to the specified unit.
Calling syntax:
| call Output (Structure, Unit, Type, Indent) |
Input variables:
| Structure | The Base_Structure object to be queried. | ||
| Unit | The logical unit for output, which defaults to 6. | ||
| Type | The structure type (e.g. Many, One). [Optional] | ||
| Indent | Number of indentation characters. [Optional] |
The Output_Base_Structure code listing contains additional documentation.
Michael L. Hall