Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extracting portions of code from a text file
Message
From
23/11/2004 17:22:07
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows 2000 SP2
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00964037
Message ID:
00964061
Views:
8
Excellent! Now, for bonus points, how do I easily append the text to the bottom of another text file?

>>How can I search for a phrase in a text file (.PRG), seach for a second phrase and copy/paste all the text inbetween to another text file. Basically, I want to programmatically take portions of code and copy them to the bottom of another file.
>
>Take a look at STREXTRACT function, for example:
>
>lcFirstFont = STREXTRACT(lcHTML, '[font]', '[/font]', 1)
>
>The delimiters can be any text you want
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform