OutComT()

Print out a comment line with a '# +---+' line below it in the exported file.

Usage

OutComT( text )

Parameters

text (string)
The text that should be displayed as a comment.

Return Value

None

Error

The text must exist.

Description

This routine prints out a comment line with a '# +---+' line above it in the exported file. The comment content is given by text. For example,
OutComT("Solution Strategy")
will look like:
#+------------------------------------------------+
#| Solution Strategy |