RAWASCII

Synopsis
RAWASCII character
Description

Outputs the number from 0-65535 that corresponds to the Unicode code point for character.

Unlike ASCII, RAWASCII interprets control characters as representing themselves.

Example
SHOW RAWASCII "a
97
SHOW RAWASCII "A
65
SHOW RAWASCII "α
945
SHOW RAWASCII "|(|
57347
See Also
ASCII

SourceForge.net Logo