Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to trap user's selection from use ?
Message
 
 
To
27/09/2002 22:17:25
Gerald Blake
Blake Bookkeeping, Inc.
Honolulu, Hawaii, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00705374
Message ID:
00705512
Views:
8
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform