Question
Unexpected text output
Can someone explain what's going on here?
If I try to get the output for the following string:
fn!char(65020) & " 21,245.00"
the result I get is:
﷼ 21,245.00
however if I try to get the output for the following:
fn!char(65020) & "ABCD"
the result I get is:
﷼ABCD
Can someone explain to me why it's essentially the same expression, but the symbol is on the right with the number and on the left with the letters?
