WMLScript » Operators » String

Syntax:
+ +=

The string operators are used to join strings together. This is referred to as concatenation.

Note the String library contains several useful functions for manipulating strings.

There are two string operators.

+

Syntax: +

+=

Syntax: +=

See Also: