FYI:
182 is in the ANSI range, not the ASCII range of allowable values (ASCII is 0..127)
Also, converting it to an ANSI value will depend on which codepage you intend to use it with. 182 may result in different character representation (glyphs) depending on if you're using the original DOS OEM codepage, or the codepage for Thailand.
Chip H.
____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
Beyond what's already been mentioned, any character conversion needs would be available in the System.Text namespace; refer to System.Text.ASCIIEncoding.
---------------------------------------
A picture is worth 2,000 bytes.
---------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.