LOTUSSCRIPT LANGUAGE


UChr function
Example

Returns the character represented by a Unicode numeric character code.

Syntax

UChr[$] ( longExpr )

Elements

longExpr


Return value

UChr and UChr$ return the Unicode character corresponding to the value of longExpr.

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

Example
See Also