Str function (LotusScript® Language)

Returns the String representation of a number.

Syntax

Str[$] ( numExpr )

Elements

numExpr

Any numeric expression.

Return value

Str returns a Variant of DataType 8 (a string), and Str$ returns a String.

Usage

When LotusScript® represents a positive number as a String, it inserts a leading space.

Example