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, 'Hello, world!'
HTML_CLOSE
See Also
HTML_PARAGRAPH
,
HTML_SAFE
doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.