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 Cascading Style Sheet - a mechanism by which the presentation of an HTML page can be separated from the content. A style sheet can be used to determine the appearance of one or more HTML pages.  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.