UnicodeToLetter Command
- UnicodeToLetter( <Integer> )
-
Converts the integer Unicode number back into a letter which is displayed as a text object in the Graphics View.
UnicodeToLetter(97)
yields the text "a".
See also LetterToUnicode Command and UnicodeToText Command. |