DADiSP Worksheet Functions > Function Categories > Hardcopy > INFOPS

 

INFOPS

Purpose:

Expands a Window to fill the bottom half of the screen, adds the series information box available with the [F2] key to the top half, and sends the entire image to a PostScript printer.

Syntax:

INFOPRINT(win, "title")

win

-

Optional. A window, defaults to the current Window.

"title"

-

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

Example:

infops(W2,"PAPER THICKNESS")

 

prints the series from Window 2 on the bottom half of a page and the series' background info box on the top half. The series portion will be labeled PAPER THICKNESS.

Remarks:

Control is returned after printing the specified Window with an info box.

See Also:

INFOPSALL

PRINT

PRINTING AND PLOTTING FUNCTIONS

PS

PSALL

PSWS