Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
End of File Character
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00399247
Message ID:
00399517
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform