Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription of FieldsDefault
Parm1 - TableText<1> Table Text

@FM between rows and @VM between columns

""
Parm2 - ColHead@VM between columns and @FM between rows""
Parm3 - ColLen@FM between columns""
Parm4 - ColJust@FM between column""
Parm5 - BorderSee OIPRINT_EQUATES0

Remarks

The current font that is set with the FONT message is used to print a table. The TableText parameter contains the text for the table. The rows for the table are delimited by @FM, and the columns are delimited with @VM. The ColHead parameter sets the header for the table, and will be repeated after a pagebreak. The ColHead parameter is not required. The ColLen parameter is required, and is used to specify the lengths of each column in the table. The ColJust parameter will set the justifications for each column in the table. The Border parameter specifies the style of the borders (see the OIPRINT_EQUATES for border styles).

...