| xHarbour Reference Documentation > Command Reference |
![]() |
![]() |
![]() |
Defines the left margin for text-mode print output.
SET MARGIN TO [<nSpaces>]
SET MARGIN is a compatibility command for printing in text-mode. A left margin is produced by advancing the print head by <nSpaces> blank spaces. After this, data sent to the printer is output in the current print row. Note that PCol() reflects the number of blank spaces "printed" as left margin.
| See also: | @...SAY, PCol(), PRow(), SET DEVICE, SET PRINTER, Set(), SetPrc() |
| Category: | Output commands , SET commands |
| Source: | rtl\set.c |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com