RWS_TRANS
| Example | 
Purpose
Processes the contents of a string to convert reserved HTML characters into their escape sequences. The Control parameter can be used to specify further translations once this conversion is complete.
- 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
RWS_TRANS(String, Control)
Parameters
String String to be processed.
Control Specifies further translations as follows:
RWD_DEFAULT
                    
No further translations.
RWD_BLIST
                    
Colour-codes the names of RealWeb
 subroutines, public and private
 RealWeb definitions and RealWeb common variables.
RWD_XML
                    
Further translations for 
. Converts attribute marks, value marks and
 subvalue marks to ^, ] and \ respectively.
 Related Topics
Related Topics