Configuration Files

_PSpacing

This system variable determines the line spacing for output generated with ? and ??.

Usage

_PSPACING = nLineSpacing
You can set _PSpacing to anything you want, as long as it's between 1 and 3. Only the integer part of the value is significant—no line-and-a-half spacing allowed.

Example

SET PRINT TO test.txt SET PRINT ON   _PSPACING = 2 FOR ncnt = 1 TO 20    _PCOLNO = 2*ncnt    ?? "Line "+PADL(ncnt,2)    ? ENDFOR   SET PRINT OFF SET PRINT TO * Note that the line spacing is doubled

See Also

?, ??


View Updates

Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.



Hacker's Guide to Visual FoxPro 7. 0
Hackers Guide to Visual FoxPro 7.0
ISBN: 1930919220
EAN: 2147483647
Year: 2001
Pages: 899

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net