DADiSP Worksheet Functions > Function Categories > Hardcopy > PRINTALL
Expands each Window to full screen size one at a time and sends the image to the default printer.
PRINTALL("title", colormode)
"title" |
- |
Optional. A string to be printed at the top of each Window. Defaults to the Window formula. |
||||
colormode |
- |
Optional. An integer, color or B&W mode:.
|
printall("EKG WORKSHEET")
creates a full 8.5 x 11 print of each Window in the current Worksheet. If the Worksheet contained nine Windows, all nine printouts would be titled "EKG WORKSHEET".
Control is returned after all the Windows have been printed.