Hello, I have strange problem with the encoding of some ascii characters when I am using the STR command.
For characters A-Z and a-z I have no problem, the codes are valid and are the same as ascii encoding.
But for the characters like 0-9 I should get based on the ascii codes $30 - $39 but I am receiving for e.g. character 3 code $37 instead of code $33. What is the problem?

R.