LOTUSSCRIPT LANGUAGE


Uni function
Example

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

Syntax

Uni ( stringExpr )

Elements

stringExpr


Return value

Uni returns a Long.

Usage

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

Example
See Also