Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP7: Tab Character in SET Alternate To file
Message
De
27/07/2002 23:42:44
Jim Underwood
Apollo Information Systems, Inc.
Houston, Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
VFP7: Tab Character in SET Alternate To file
Divers
Thread ID:
00683311
Message ID:
00683311
Vues:
52
Hi All,

For some reason in VFP7 SP1, the tab character (CHR(9)) is being converted to spaces when output using the SET ALTERNATE TO command. Actually I have noticed that it's tabbing to a specific column (like in Word).

How do I force VFP to just output the tab character?

Here's my code:

SET ALTERNATE TO ("log.txt")
SET ALTERNATE ON
?"XXX" + CHR(9) + "YYY"
?"A" + CHR(9) + "B"
SET ALTERNATE OFF
SET ALTERNATE TO

This generates the following output
XXX     YYY  
A       B
I have made sure that the "Keep Tabs" option is selected in the Options | IDE tab for text files.

TIA.

Jim Underwood
Best Regards,

Jim Underwood
Apollo Information Systems, Inc.
Houston, TX
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform