SL_SETLPI() Short: ------ SL_SETLPI() Sets the lines per inch for the laserjet Returns: -------- cCode => control string to send to the printer Syntax: ------- SL_SETLPI(nLPI) Description: ------------ Sets the lines per inch for the laserjet to <nLpi> which can be: 1 - 1 line/inch 2 - 2 line/inch 3 - 3 line/inch 4 - 4 line/inch 6 - 6 line/inch 8 - 8 line/inch 12-12 line/inch 16-16 line/inch 24-24 line/inch 48-48 line/inch Examples: --------- cCode := SL_SETLPI(6) // sets LPI to 6 - the default ?cCode Notes: ------- Does not send anything to the printer - instead returns a control string that you send to the printer. String can be sent with ? or ?? or QOUT() or QQOUT(). For HP and compatible(PCL) Laserjet printers. Source: ------- S_HPLAS.PRG