xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

SET MARGIN

Defines the left margin for text-mode print output.

Syntax

SET MARGIN TO [<nSpaces>]

Arguments

<nSpaces>
This is a numeric value defining the number of blank spaces the print head should be advanced on the left side of a page before print output starts. Omitting the parameter sets the left margin to zero.

Description

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.

Info

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


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe