Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using FOPEN() and FREAD()
Message
 
À
02/06/1999 12:31:13
Ernie Veniegas
Micro System Solutions, Inc.
Calistoga, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00225449
Message ID:
00225453
Vues:
16
Ernie,

The header of a dbf is binary. What you see when you print the string is the ASCII cvharacter for each byte value. If you want the actual byte value you should;
* assume your data is in lcData
FOR lnCnt = 1 TO LEN(lcData)
   ??ASC(SUBSTR(lcData,lnCnt,1)) + " "
ENDFOR
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform