Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Words() and WordNum() crashing in VFP 6.0
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00287036
Message ID:
00287177
Views:
24
>>>As to the fgets function .. I sometimes read in really long strings per line (1000 + characters ) .. I think the new limit is 8192 .. or some such eg:
>>>
>>>Old version .. this no longer works
>>>myStr=fgets(m.ip,10000)
>>>
>>>new version .. this works
>>>myStr=fgets(m.ip,8192)
>>
>>Sounds as if they've capped the length at 8K. Have you tried 10 * 1024?
>
>It is now capped at 8192, and I think the raw file size at 16MB from some posts a couple of months back, but don't quote me on the latter. I've proved out the 8K limit.

I think you were the one that told me about it previous, Ed. Thanks for the heads up.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform