RW_PUT_TRANSLATED
Use of this API subroutine is now deprecated - it can still be used, but for new developments it is recommended that you use RW_TRANS or RWS_TRANS for enhanced functionality.
Purpose
Processes the contents of a string to convert certain reserved character values then outputs the converted text to RealWeb's RWC.OUTBUF buffer.
- All occurrences of Reality Attribute Marks (AM) are converted to HTML line break tags (<BR>).
- 
                        The following escape sequences are used for characters that have special meanings in HTML: Converted to Attribute marks <BR> & & < < > > " " 
Syntax
RW_PUT_TRANSLATED(String)
Parameters
String String to be processed then output to RWC.OUTBUF.