Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.2 Online Documentation (MoTW) Revision 3

RW_TAGA (RealWeb) (rw_taga.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

RealityV15.2Revision 3Comment on this topic