Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Conversions and structures
Message
De
29/04/1999 21:24:43
 
 
À
29/04/1999 14:32:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00213418
Message ID:
00213731
Vues:
31
To convert from UNICODE to single byte chars:

lcText = STRCONV(STRCONV(lcTExt, 6), 2)

If the first param is for output, you must allocate space for it:

lcParam = REPLICATE(n + 1, CHR(0))

whre n is the max number of returned chars
If the string is UNICODE, you must allocate (n+1)*2 chars.

Vlad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform