Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to trap user's selection from use ?
Message
 
 
À
27/09/2002 22:17:25
Gerald Blake
Blake Bookkeeping, Inc.
Honolulu, Hawaii, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00705374
Message ID:
00705512
Vues:
9
PMFJI. You can use STRTOFILE() function.
lcCrLf = CHR(13) + CHR(10)
* Add 3 blank lines
STRTOFILE(REPLICATE(lcCrLf,3), "thewords.txt", .T.)
>Thanks Tracy, it worked. Here is another one for you:
>I am using copy memo words to thewords.txt additive copy the contents of a memo field into a text file and want to add several lines after the contents are copied into the text file before I move to the next record (song) in my table and do another copy memo command. How do I insert blank lines after a copy memo command?
>
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform