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:
00576458
Views:
21
>The 320 record is made into
>254 and 66
>
>m.buffer = FGETS(gnOrigin)
>? LEN(m.buffer)
>
>Any idea why FGETS() is doing an invalid partition of my record?

It's default value for the FGETS() second parameter. Change it to the value bigger than max lenght of the record
m.buffer = FGETS(gnOrigin, 512)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform