Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting Text Into A File
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Inserting Text Into A File
Divers
Thread ID:
01044009
Message ID:
01044009
Vues:
60
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform