DADiSP Worksheet Functions > Function Categories > Hardcopy > PRINT

 

PRINT

Purpose:

Expands a Window to full screen size and sends the image to the default printer.

Syntax:

PRINT(win, "title", colormode)

win

-

Optional. A Window, defaults to the current Window.

"title"

-

Optional. A string to be printed at the top of the 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:

print(W7,"FFT OF ACOUSTIC.2")

 

prints the waveform contained in Window 7 on a full 8.5 x 11 sheet with the title "FFT OF ACOUSTIC.2".

Remarks:

Control is returned after the Window have been printed.

See Also:

INFOPRINT

INFOPRINTALL

PRINTALL

PRINTCONSOLE

PRINTING AND PLOTTING FUNCTIONS

PRINTWS