Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
RW_PUT_TRANSLATED (RealWeb) (rw_put_translated.htm)
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.
Processes the contents of a string to convert certain reserved character values then outputs the converted text to RealWeb's RWC.OUTBUF buffer.
The following escape sequences are used for characters that have special meanings in HTML:
Character | Converted to |
---|---|
Attribute marks | <BR> |
& | & |
< | < |
> | > |
" | " |
RW_PUT_TRANSLATED(String)
String String to be processed then output to RWC.OUTBUF.