|
Forum Index : Microcontroller and PC projects : Editor special characters
| Author | Message | ||||
CircuitGizmos![]() Guru Joined: 08/09/2011 Location: United StatesPosts: 1427 |
I thought it was talked about once before, but I can't find a discussion. Is there (or could there be) a way to insert extended ascii characters into the current cursor position of the editor? Micromites and Maximites! - Beginning Maximite |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10588 |
No: the only way to include extended characters into a program is to use CHR$(x) as part of a string definition. Characters over 127 would overlap with things like arrow and function key codes so it simply isn't do-able |
||||
CircuitGizmos![]() Guru Joined: 08/09/2011 Location: United StatesPosts: 1427 |
Ah! OK, thank you! Micromites and Maximites! - Beginning Maximite |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |