SL_OVERCOL() Short: ------ SL_OVERCOL() Move the printer cursor right/left # columns relative to position Returns: -------- cCode => control string to send to the printer Syntax: ------- SL_OVERCOL(nColumns) Description: ------------ Move print head left/right <nColumns>. A negative number means move left, a positive number means move right. Actual end position will depend on CHARACTERS PER INCH settings. Examples: --------- ?SL_OVERCOL(10) ??"Hello world" ?SL_DOWNROW(-1) // moves to prior row ?SL_OVERCOL(-11) // and back to starting column ??"Attention:" 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