Just wondering if there is a way to get the actual ascii code for a string character, or some other kind of usable code?
Develop games in your browser. Powerful, performant & highly capable.
The only way would be to use the binary object, but you have to load an external file for that.
Good to know, thanks. I found an alternate solution for what I wanted, though!