DADiSP Worksheet Functions > Function Categories > Hardcopy > PRINTALL

 

PRINTALL

Purpose:

Expands each Window to full screen size one at a time and sends the image to the default printer.

Syntax:

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:.

0:

Print in black and white (default)

1:

Print in color

Example:

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".

Remarks:

Control is returned after all the Windows have been printed.

See Also:

INFOPRINT

INFOPRINTALL

PRINT

PRINTALL

PRINTING AND PLOTTING FUNCTIONS

PRINTWS