PRB: SET ALTERNATE Adds Extra Spaces to the End of Each Line (137316)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q137316 SYMPTOMS
Using the SET ALTERNATE command to output to a text file can produce a
result that contains extra spaces on the end of each line.
RESOLUTION
If you don't want to see the information scroll on the screen while the
text file is being created, use this command:
SET CONSOLE OFF
If you want to see the information scroll on the screen, set the
_Screen.Fontname property to a non-proportional (mono-spaced) font, such as
Courier.
By calling the SET CONSOLE OFF or setting the FontName property to a non-
proportional font, you can prevent the extra spaces from appearing in the
text file.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 2/12/2000 |
---|
Keywords: | KB137316 |
---|
|