LetterToUnicode Command
- LetterToUnicode( "<Letter>" )
-
Converts a single letter into the corresponding Unicode number.
LetterToUnicode("a")
returns the number 97.
|
Converts a single letter into the corresponding Unicode number.
LetterToUnicode("a")
returns the number 97.
|