.

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


Chr function
Example

Returns the character represented by a value interpreted as a locale-sensitive character code.

Syntax

Chr[$] ( numExpr )

Elements

numExpr


Return value

Chr returns the character corresponding to the value of numExpr.

Chr returns the ANSI platform-specific character corresponding to the value of numExpr.

Chr returns a Variant of DataType 8 (String). Chr$ returns a String.

Usage

If the value of numExpr contains a fraction, LotusScript rounds the value before using it.

The following table lists the ASCII characters. The head of each column is the value of the first character in the column in decimal.


Example
See Also