Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use the TAB character [CHR(9)] in an output file
Message
De
28/03/2002 12:46:41
Chris Laffoon
Florists' Interlink, Inc.
Paragould, Arkansas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to use the TAB character [CHR(9)] in an output file
Divers
Thread ID:
00638552
Message ID:
00638552
Vues:
55
[VFP7] I have some code that creates a text file as its output. I need to insert tabs in between sections of text, so I used the following code:


SET ALTERNATE TO C:\OUTPUT.TXT
SET ALTERNATE ON

? 'TEXT1' + CHR(9) + 'TEXT2' + CHR(9) + 'TEXT3'

SET ALTERNATE OFF
CLOSE ALTERNATE


When I read the output file, instead of finding true TAB characters, it has spaces in it that imitate the tabbed columns.

Any ideas?

-Chris Laffoon
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform