Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it a Limit to record length when FPUT?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00576352
Message ID:
00576458
Vues:
19
>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?

It's default value for the FGETS() second parameter. Change it to the value bigger than max lenght of the record
m.buffer = FGETS(gnOrigin, 512)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform