Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it a Limit to record length when FPUT?
Message
From
01/11/2001 17:19:04
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00576352
Message ID:
00576443
Views:
28
>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?

Because you omitted the second parameter and it defaulted to 254. Include 320 (or, better, a somewhat bigger number):

m.buffer = FGETS(gnOrigin, 420)
? LEN(m.buffer)

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform