OutComB()

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

Usage

OutComB( 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 below it in the exported file. The comment content is given by text. For example,
OutComB("Solar Radiation Parameters")
will look like:
#| Radiation Parameteres |
#+------------------------------------------------+