RW_TAGA


Use of this API subroutine is now deprecated - it can still be used, but for new developments it is recommended that you use RWA_TAG for enhanced functionality.

Purpose

Encloses a text string in a pair of HTML tags of the specified type and appends the result to a string.

Syntax

RW_TAGA(Tag, Value, vString)

Parameters

Tag
The HTML tag in which to enclose the text.
Value
The text to process.
vString
The string to which the processed text is to be appended.

Go to top button