TextToUnicode Command

From GeoGebra Manual
Revision as of 12:14, 3 October 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


TextToUnicode( "<Text>" )
Turns the text into a list of Unicode numbers, one for each character.
Examples:
  • TextToUnicode("Some text") gives you the list of Unicode numbers {83, 111, 109, 101, 32, 116, 101, 120, 116}.
  • If text1 is "hello", then TextToUnicode(text1) gives you the list of Unicode numbers {104, 101, 108, 108, 111}.
© 2024 International GeoGebra Institute