Functions

uniToNum

Supported By

Syntax

[the] uniToNum of factor

uniToNum ( expression )

Factor and expression yield a character.

Example

put the uniToNum of "α" -- yields 945

Description

The uniToNum function returns the Unicode code point of the character passed to it.

Note

If more than one character is passed, uniToNum returns the value of the first character.

See Also

binToChar, binToUni, charToBin, charToNum, numToChar, numToUni, uniToBin