Functions

binToChar

Supported By

Syntax

[the] binToChar of factor

binToChar ( expression )

Factor and expression yield a binary.

Example

put the binToChar of "6364" -- yields "cd"

Description

The binToChar function returns the string encoded by the binary passed to it in the text encoding specified by the textEncoding property.

See Also

binToUni, charToBin, charToNum, numToChar, numToUni, uniToBin, uniToNum