This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
CHAR
Dan Gorman edited this page Nov 29, 2018
·
4 revisions
CHAR
can be used with an argument of a Unicode table reference to generate a character.
CHAR(arg1)
-
arg1
is an argument of a Unicode table reference (decimal only)
Can be used to generate any code by Unicode table reference.
CHAR(123) => {
CHAR(52) => 4
CHAR(100) => d
Almost the opposite of CODE
, which takes an argument of a string and returns a numerical Unicode value.