07-07-2007, 10:20 PM
The second macro displays character code of 11'th character in currently opened macro. If currently opened macro is
double a=0.125
, it must display character code of ., which is 46. 32 is code of space. I don't know why . is converted to space. Then other programs that use . also should have problems.
I tried to set locale and keyboard to French (France), but everything works well. Maybe it depends on some system settings, or some installed programs, don't know.
double a=0.125
, it must display character code of ., which is 46. 32 is code of space. I don't know why . is converted to space. Then other programs that use . also should have problems.
I tried to set locale and keyboard to French (France), but everything works well. Maybe it depends on some system settings, or some installed programs, don't know.
