Reference Guide > H Routines > HTML_TEXT Procedure
  

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

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.