RW_TRANS
Purpose
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.
- 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_TRANS(String, Control)
Parameters
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