Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it a Limit to record length when FPUT?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Is it a Limit to record length when FPUT?
Miscellaneous
Thread ID:
00576352
Message ID:
00576352
Views:
60
...
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...
Edgar L. Bolton, B.S. B.B.A.
Next
Reply
Map
View

Click here to load this message in the networking platform