I'm currently using LiveCode v6.6.2 and I'm experiencing an issue with datagrids, which appears as a bug, introduced by some recent update in the environment, because with some previous LiveCode version this problem didn't show up.
I'm filling a datagrid with data and using some special characters: ASCII 177,181,247 and 937.
The code I'm using is something like this:
Code: Select all
set the useUnicode to true
set the unicodeText of the SelectedField to NumToChar(TheActualChar)
Thanks,
Andrea