|
-
February 11th, 2000, 01:31 AM
#1
unicode
HOw can I read special charaters(unicode) from a file using Visual Basic?
Thanks in advance
Hel
-
February 11th, 2000, 04:05 AM
#2
Re: unicode
I'm not sure, but try something along the lines of
mystring=StrConv(Unicodestring,vbFromUnicode)
Hope this gives you a start
-
February 11th, 2000, 06:04 AM
#3
Re: unicode
Would you please give the prototype of "StrConv". Actually i want to convert simple 2-byte characters read from the file into integers and write them in another file. would "StrConv" help. And in
mystring = StrConv (Unicodestring, vbFromUnicode)
what are "Unicodestring" & "vbFromUnicode"?
-
February 11th, 2000, 08:25 AM
#4
Re: unicode
Ahem...
This is not an API function friend. It's a VB built-in function.
just type StrConv in a code window and then press F1. 
-------------------------
Nick A.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|