Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it a Limit to record length when FPUT?
Message
 
 
To
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:
00576456
Views:
22
>>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)

That Is It!!!!!!!!!!!

I had it in there
I don't know when I removed it -

Thanx all
Edgar L. Bolton, B.S. B.B.A.
Previous
Reply
Map
View

Click here to load this message in the networking platform