[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| ??? |
+---------------------------------+
??? <expC>
-----------------------------------
Send output directly to printer without advancing PCOL() and PROW().
-----------------------------------
Three question marks direct the contents of <expC> directly to the
printer without incrementing the printer column or row and advancing the
print head.
Printer control codes allow you to reset the printer, change type styles
and sizes, enable or disable boldface printing, etc. These codes may
consist of any combination of printable or non-printable characters that
are specific to the printer you're using. You can direct control codes
to the printer in several different ways:
. Use the CHR() function to send ASCII characters directly to the
printer.
. Use curly braces { } to send printer codes or ASCII characters.
. Use a combination of the CHR() function and curly braces.
. Codes may be sent to the printer before printing begins and after
printing ends with the _PSCODE and _PECODE system memory variables.
Printer control codes vary from printer to printer. The best source for
information on printer control codes is the manual which accompanied
your printer.
-----------------------------------
See Also: ? | ??, CHR(), SYSTEM MEMORY VARIABLES
-----------------------------------
See Also:
? | ??
CHR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson