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_TRANS (RealWeb) (rw_trans.htm)
![]() |
![]() |
Processes the contents of a string to convert certain reserved character values then outputs the converted text to the RealWeb output buffer specified in Control.
The following escape sequences are used for characters that have special meanings in HTML:
Character | Converted to |
---|---|
Attribute marks | <BR> |
& | & |
< | < |
> | > |
" | " |
RW_TRANS(String, Control)
String String to be processed.
Control Specifies the RealWeb output buffer as follows:
RWD_NORMAL
Output to RWC.OUTBUF
RWD_HEAD
Output to RWC.HEADBUF
RWD_JAVASCRIPT
Output to RWC.JSBUF
RWD_ERROR
Output to RWC.ERRORBUF