Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TEXT command issue
Message
De
06/06/2005 20:02:47
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
TEXT command issue
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01020698
Message ID:
01020698
Vues:
113
I have the following code that tries to output text to a file:
STORE FCREATE(lcSVGFile) TO _TEXT
SET TEXTMERGE ON NOSHOW
TEXT PRETEXT 1+4
<?xml version="1.0" standalone="yes"?>
.
blah
blah
blah
.
ENDTEXT
=FCLOSE(_TEXT)
The problem that I have is that the first line in the output file is always blank! The line starting with "...xml verison=..." is always line 2. How do I get it to be line 1, i.e. how do I eliminate the leading blank line. I've tried PRETEXT 1+2+4 too and it does not work.

TIA

Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform