Until PB version 6.01, I used to make some assignments such as :
Code: Select all
a='II'
b='MM'
The message refers to characters, not bytes.
Is this normal?
Note : Of course, I can make the assignments in another way, but why doesn't it work any more?

