I found that I will get different result when I use in Eng. Windows and Chinese Windows:
Msgbox(Asc(Chr(200)));
in Eng. Windows, it display 200 and in Chinese Windows, it display 0?
Is it able to solve this problem? Or other then the function Chr(), did I have other function that can convert ASCII value to character which will not have the problem mentioned about?
Thank!
