Versions Compared

Key

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

...

If the heading string specified in ColHeading is longer than the width specified in ColLength, the heading will be truncated at the appropriate character. If ColHeading is shorter, the heading will be padded with periods. ColLength does not affect the display of data. To format the display of data, use Fmt.

See also

ColHeadingFmt()FootingHeadingPagePrint

Example

Code Block
* ColLength uses the expression COLL.
COLL = 15 : @FM: 25
ColLength COLL
ColHeading "NAME" : @FM : "PHONE"
ColLength 15 :@FM: 8
/* This creates a report with the following column heading lengths: */
ColumnLength
NAME   15
PHONE  8