Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Returns the character codes.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 5.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Text | The text to process. | "Hello" |
Returns text or error.
Get characters from Hello:
MBS( "Text.Characters"; "Hello" )
Example result: 72 101 108 108 111
Show characters for emoji:
MBS( "Text.Characters"; "🍎" )
Example result: 127822
This function is free to use.
Created 3th August 2015, last changed 31st January 2023