Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Writing memo fields to a text file
Message
De
15/07/1999 16:54:10
 
 
À
15/07/1999 16:50:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00242000
Message ID:
00242004
Vues:
40
Hi Joe,

>Any idea on how to write a FoxPro memo field to a text file?

Try something like:
lnHand=FCREATE('temp.txt)
FWRITE(lnHand, Table1.MemoFld)
FCLOSE(lnHand)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform