Message 1 of 8
behavior of (ascii) function in AutoLISP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
Please consider the expression (ascii char) where char is a one-character string.
If char is in the extended ASCII set, I get different results depending on the OS:
On Acad 12 running under WinXP the result is the ASCII code of char.
OTH, on Acad12 running under Win 7, the result is a string consisting of the Unicode code for the character (\U+nnnn)
Any ideas?
Thanks
alex