Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text file with no eof() ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00899420
Message ID:
00899446
Vues:
15
Steve,

If you need to append the entire content of the txt file to a memo field, then you need the record in the table to make available the memo field; use
APPEND MEMO memofieldname FROM textfile.txt - this will add the text content to the memo field

Otherwise, if you need to have a table record for each line of text, then you don't need the memo field; use
APPEND FROM textfile.txt SDF - this will add the records to the table.



>Oh! Is there a way to figure out the number of records that this text file will need, in advance of
>appe it to the table?
>Thanks
>STeve
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform