Hi all,
I've got a Public variable.
It gets set to "NONE". I compare this string in a function and it has subtly changed to "N0NE" with a narrow
0 instead of O
0,O
It's not much but if I want to compare
"N0NE" with "NONE" they aren't going to match (already done)
How can I either
A) Prevent the conversion (automatic somewhere)
B) Re-convert it back with a function (I can't just look for "N" because there are N135 or N201 entries etc.)
What's going on?
Thanks everyone.
PB
I've got a Public variable.
It gets set to "NONE". I compare this string in a function and it has subtly changed to "N0NE" with a narrow
0 instead of O
0,O
It's not much but if I want to compare
"N0NE" with "NONE" they aren't going to match (already done)
How can I either
A) Prevent the conversion (automatic somewhere)
B) Re-convert it back with a function (I can't just look for "N" because there are N135 or N201 entries etc.)
What's going on?
Thanks everyone.
PB