Applies to:
PcVue all versions. |
||
|
||
Summary:
This article describes how to send a form feed or line feed command sequence to a printer. |
||
|
||
Details:
You can send a form feed to a printer by using the SCADA Basic verb LPRINT. Examples LPRINT(n,”\f”); where: ‘n’ is the index of the printer. ‘\f’ is the ESC sequence to cause a form feed. You can send a line feed by using the ESC sequence “\n”: LPRINT(n,”\n”); |
||
|
||
|
Created on: 26 Nov 2010 Last update: 26 Aug 2024