UChr function (LotusScript® Language)
Returns the character represented by a Unicode numeric character code.
Syntax
UChr[$] ( longExpr )
Elements
longExpr
Any expression with a numeric value between 0 and 65535, inclusive.
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.