RWS_TRANS

See also 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.

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 API subroutines, public and private RealWeb definitions and RealWeb common variables.

RWD_XML
Further translations for XML. Converts attribute marks, value marks and subvalue marks to ^, ] and \ respectively.

Go to top button