Uni function (LotusScript® Language)

Returns the Unicode numeric character code for the first character in a string.

Syntax

Uni ( stringExpr )

Elements

stringExpr

Any string expression.

Return value

Uni returns a Long.

Usage

If stringExpr is NULL or the empty string (""), the function returns an error.

Example