Article ID: 100998
Article Last Modified on 10/16/2002
MODIFY WINDOW SCREEN FONT "ARIAL", 10
_SCREEN.FONTNAME="ARIAL"
_SCREEN.FONTSIZE=10
MODIFY WINDOW SCREEN FONT "ARIAL", 8 && FoxPro 2.6
-or-
_SCREEN.FONTNAME="ARIAL" && Visual FoxPro
_SCREEN.FONTSIZE=8
? "Hello there?"
? "Hello there?"
These commands cause the text to be displayed single spaced, with one
line of text directly on top of the next.
? "Hello there?" FONT "arial",10
? "Hello there?" FONT "arial",10
The text appears double spaced with one full blank line between each
line. This phenomenon occurs both on screen and in printed output.Additional query words: doublespace singlespace double-space single-space two lines kbFP250 kbFP260 kbvfp300 kbvfp500 kbvfp600
Keywords: kbbug KB100998