_PLOffset, Set Margin
This system variable and command do the same thing. They establish a left border for the printable page when using ? and ??.
Usage |
_PLOFFSET = nLeftBorder SET MARGIN TO nLeftBorder nLeftBorder = _PLOFFSET nLeftBorder = SET( "MARGIN" ) |
Example |
_PLOFFSET = 15 SET PRINT TO Test.Txt SET PRINT ON ?"This is a text" SET PRINT OFF SET PRINT TO MODI FILE test.txt&& note indentation |
See Also |