RWS_TRANS


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.

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 APIClosed Application Programming Interface - a set of functions that you can use in your programs to work with a component.  subroutines, public and private RealWeb definitions and RealWeb common variables.

RWD_XML
Further translations for XMLClosed Extensible Markup Language . Converts attribute marks, value marks and subvalue marks to ^, ] and \ respectively.