DADiSP Worksheet Functions > Function Categories > Hardcopy > PRINT
Expands a Window to full screen size and sends the image to the default printer.
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:.
|
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".
Control is returned after the Window have been printed.