.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


Str function
Example

Returns the String representation of a number.

Syntax

Str[$] ( numExpr )

Elements

numExpr


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.

Language cross-reference

@TextToNumber function in formula language

Example
See Also