DADiSP Worksheet Functions > L - R > PRINT PREVIEW FUNCTIONS

 

PRINT PREVIEW FUNCTIONS

Purpose:

Expands a Window, all Windows, a Window with an information box, or the Worksheet as currently displayed to full screen for print preview.

Syntax:

FUNCTION(arguments: see list below)

 

The following printing and plotting functions are supported:

 

PREVIEW(Window, "title")

PREVIEWALL

PREVIEWINFO(Window, "title")

PREVIEWWS

 

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.

Example:

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

 

expands Window 7 to full screen print preview with the title "FFT OF ACOUSTIC.2".

 

previewall

 

consecutively expands each Window in the Worksheet to full screen for print preview. After each Window is previewed, hit any key to advance to the next Window for previewing, and finally back to the Worksheet.

 

previewinfo(W3, "Spectacular Results!")

 

expands Window 3 and its Information Box for print preview.

 

previewws

 

print previews the current Worksheet as displayed for a one-page printout.

Remarks:

PREVIEW, PREVIEWALL, and PREVIEWINFO use the current Printing Options set with PRINTOPT.

Hit any key to exit the print preview mode.

PREVIEWWS uses the current screen options set with SCREENOPT.

See Also:

PRINTING AND PLOTTING FUNCTIONS

PRINTOPT

SCREENOPT