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
CODE
Dan Gorman edited this page Nov 29, 2018
·
3 revisions
CODE
returns the numeric Unicode map value of the first character in the argument.
CODE(arg1)
-
arg1
is a string
Can be used to find the numerical Unicode value of a given string, i.e:
CODE("d")
returns 100
Almost the opposite of CHAR
, which takes an argument of a numerical Unicode value and returns a string.