Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it a Limit to record length when FPUT?
Message
 
 
À
01/11/2001 17:19:04
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00576352
Message ID:
00576456
Vues:
24
>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform