Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I know the user input (chinese) or (Engilsh) ?
Message
 
À
11/11/2002 03:39:49
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Divers
Thread ID:
00720898
Message ID:
00720990
Vues:
14
Well, if Chinese characters have some specific ascii codes, like hebrew, check out the ASC() function in VFP. For instance, you could have something like:
if ASC(SomeChar) >= 224
   ** chinese
else
   ** english
endif
For Hebrew chars, 224 is the first one. I don't know for Chinese.

Regards,
Jaime

>As title, Pls help
>
>Thanks a lot.
>From Agnes
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform