Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unicode to ASCII
Message
De
01/10/2001 20:32:22
 
 
À
01/10/2001 18:58:53
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00562811
Message ID:
00562834
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform