D
Douglas Gennetten
I am trying to parse a string and create a list of character codes. For
example,
"MUM" converts to " 0x004D, 0x0055, 0x004D"
With ascii text, I have accomplished this with Hex(Asc(Mid(asciiString, i,
1)).
How can I do something similar with double-byte text such as Korean
where these ascii functions no longer apply?
Thanks,
Douglas Gennetten
example,
"MUM" converts to " 0x004D, 0x0055, 0x004D"
With ascii text, I have accomplished this with Hex(Asc(Mid(asciiString, i,
1)).
How can I do something similar with double-byte text such as Korean
where these ascii functions no longer apply?
Thanks,
Douglas Gennetten