Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it a Limit to record length when FPUT?
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00576352
Message ID:
00576357
Views:
13
I don't think it's FPUTS(). What are you using to view gnFile?

>...
>m.buffer = FGETS(gnOrigin)
>...
>nFAIL=FPUTS(gnFile, m.buffer)
>...
>IF nFAIL = 0
>nERRCNT= nERRCNT+ 1
>...
>I read in a variable length record set (gnOrigin) with a maximum length of 320 characters and later write that record to another file (gnFile) no errors; however, the gnFile now has been wrapped at about 250 characters max.
>
>Have you seen this happen, How can I prevent the wrapping?
>
>Any help appreciated...
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform