Links are not active on this page.
 _PSPACING System Variable

Included for backward compatibility. Use the Report Designer instead.

This system variable is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:

Sets printer line spacing.

_PSPACING = expN

Expand imageRemarks


_PSPACING is included for backward compatibility. Use the Report Writer instead.

_PSPACING contains a numeric value that determines if output is single-, double-, or triple-spaced. The default is single-spacing (1). expN must be a value from 1 to 3.

You can set _PSPACING from the Command window to alter output from commands such as DISPLAY and LIST. _PSPACING also controls the height of boxes defined with DEFINE BOX. A box defined with a height of 5 will have a height of 15 if _PSPACING is set to 3.

Expand imageSee Also