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

Click here to load this message in the networking platform