Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting Text Into A File
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Inserting Text Into A File
Miscellaneous
Thread ID:
01044009
Message ID:
01044009
Views:
61
I'm creating a text file as shown below. Most of the file will
be not change, but at one point in the file I want to insert
some text which is specific to the instance it was run.

Anyone know how to do this?
iHandle = FCREATE("TestMenu.prg")
_TEXT = iHandle

TEXT TO _TEXT NOSHOW

. Bunch of text here
. Bunch of text here
. Bunch of text here
. Bunch of text here

. NEED TO INSERT CUSTOM TEXT HERE

. Bunch of text here
. Bunch of text here
. Bunch of text here
. Bunch of text here

ENDTEXT
=FCLOSE(iHandle)
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform