DADiSP Worksheet Functions > Function Categories > Hardcopy > PSALL

 

PSALL

Purpose:

Creates a PostScript file of all the Windows in the current Worksheet.

Syntax:

PSALL("title", "psfile", colormode)

"title"

-

Optional. A string to be printed at the top of the Window. Defaults to the Window formula.

"psfile"

-

Optional. The PostScript output file. Defaults to "post.eps".

colormode

-

Optional. An integer, color or B&W mode:.

0:

Plot in black and white (default)

1:

Plot in color

Remarks:

A PostScript file contains a list of commands that reproduce the Window on the PostScript printer. PostScript files can also be read by a number of third party packages for complete desktop publishing capabilities.

See Also:

INFOPS

INFOPSALL

PRINTING AND PLOTTING FUNCTIONS

PS

PSWS