_PSpacing
This system variable determines the line spacing for output generated with ? and ??.
Usage |
_PSPACING = nLineSpacing |
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 |