Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
End of File Character
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00399247
Message ID:
00399517
Vues:
19
Sorry, I don't have any W98 boxes to test it on. W95 does the same thing as W2K, no EOF marker. How exactly are you writing it out?

This produces no EOF on my machines:

fh = FCREATE("test.xxx")
nBytes = FWRITE(fh,"Testing") && writes 7 bytes
FCLOSE(fh)


Looking at the resultant file with a hex editor, I see only the seven characters in "Testing".



>Fred,
>
>I am using Win98.
>
>-Mark
>
>>
>>FWRITE() does not put an EOF marker in my file. Why, do you get one? What OS are you using. I'm using W2K and no EOF marker there.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform