External Interfaces > RealWeb > RealWeb API > Text Formatting > Page Formatting > RWS_MULTICOL2

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.

RealityV15.1Online Documentation (MoTW) Revision 7

RWS_MULTICOL2 (RealWeb) (rws_multicol2.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RWS_MULTICOL2


Purpose

Tags the contents of a string to be displayed in two columns.

Syntax

RWS_MULTICOL2(vString, Col1Text, Col2Text, CellSpacing, aClass)

Parameters

vString A string variable in which the formatted text will be returned.

Note: The formatted text will replace the contents of the vString variable.

Col1Text The text for column 1.

Col2Text The text for column 2.

CellSpacing The amount of space, in pixels, between the two columns.

aClass A dynamic array that can contain the following elements:

Element No. Attribute Description
1 CLASS The name of a tag class defined in a CSSClosed stylesheet.
2 CELLSPACING The space, in pixels, between the two columns.

Attributes defined in the aClass parameter are applied to the TABLE tag.

For information about using aClass, see The aClass Parameter.

RealityV15.1 (MoTW) Revision 7Comment on this topic