Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unicode to ASCII
Message
From
01/10/2001 20:32:22
 
 
To
01/10/2001 18:58:53
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00562811
Message ID:
00562834
Views:
23
>Hi all,
>
>How can I to know what's the Unicode for 'a', or any character?
>Something like chr() function that returns the ASCII code for any given character.......
>
>
>Any help will be very useful!!!
>
>
>Thanks

Check out the help for StrConv() function:
x = StrConv("a", vbUnicode) 'or vbFromUnicode also
HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform