Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text file carriage return
Message
De
21/02/2002 14:37:01
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Text file carriage return
Divers
Thread ID:
00623375
Message ID:
00623375
Vues:
40
I am writing data from VFP 5.0 to text files as I manipulate it. I am trying to create multiple lines in the text file at one time instead of having to do multiple FPUTS statements. If I try to force a carriage return it doesn't seem to accept it. Can anyone tell me whether forcing a carriage return in an FPUTS statement is / isn't allowed?

Example: FPUTS(filehandle, "Header 1" + chr(13) + "Header2" + table.field + chr(13) + "Header3")

TIA!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform