HTML_TEXT Procedure

Outputs text to the open HTML file.

Usage

    HTML_TEXT, text

Input Parameters

text—A string containing the text to output.

Keywords

Safe—If nonzero, the procedure handles HTML special characters (see HTML_SAFE).

Example

HTML_OPEN 
HTML_TEXT, 'PV-WAVE is an array oriented ' + $
  'fourth-generation programming language.' 
HTML_CLOSE

See Also

HTML_PARAGRAPH, HTML_SAFE