OutCom()

Print out a comment line in the exported file.

Usage

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