Search found 1 match
- Mon Dec 11, 2017 2:51 am
- Forum: Talking LiveCode
- Topic: Deprecation of numToChar()
- Replies: 6
- Views: 5057
Deprecation of numToChar()
My simple handler below had been working fine for more than a decade, but it broke when numToChar() was deprecated. Changing it to numToNativeChar() or numToCodepoint() does not do the same thing, so it remains broken. Any suggestion to restore the functionality would be greatly appreciated. Thank y...