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)
![]() |
Example |
Tags the contents of a string to be displayed in two columns.
RWS_MULTICOL2(vString, Col1Text, Col2Text, CellSpacing, aClass)
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
CSS![]() |
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.