LOTUSSCRIPT LANGUAGE
Returns the character represented by a Unicode numeric character code.
Syntax
UChr[$] ( longExpr )
Elements
longExpr
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