Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP7: Tab Character in SET Alternate To file
Message
 
 
To
27/07/2002 23:42:44
Jim Underwood
Apollo Information Systems, Inc.
Houston, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00683311
Message ID:
00683312
Views:
29
Hi Jim,

See Tab character conversion Message #544439 for explanation and workaround.

>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
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform