Hi,
Does anyone out there have Chinese Windows?
If you write this code in the immediate pane in VB:
N$ = chr$(200)
?Asc(N$)
it returns 0 instead of 200. This applies to any values over 128, and it's totally screwed up my program for anyone running Chinese Windows.
Do I need to recompile for s double-byte character set or is there an easy work-around?
Thanks,
- Andy.
Does anyone out there have Chinese Windows?
If you write this code in the immediate pane in VB:
N$ = chr$(200)
?Asc(N$)
it returns 0 instead of 200. This applies to any values over 128, and it's totally screwed up my program for anyone running Chinese Windows.
Do I need to recompile for s double-byte character set or is there an easy work-around?
Thanks,
- Andy.