DADiSP Worksheet Functions > Function Categories > Display and Manipulation > ADDWKSFORM

 

ADDWKSFORM

Purpose:

Adds a command to the Worksheet formula.

Syntax:

ADDWKSFORM("command")

"command"

-

A string. A command to annotate the Worksheet background.

Example:

W1: integ(gnorm(1000,1));

setwsy(0.1, 1);addwksform("text(0.1,0.07,4,'Results of Analysis')");redrawall

 

adjusts the top of the Worksheet to create a 10% margin and places the annotation "Results of Analysis" into the Worksheet margin at location (0.1, 0.07).

Remarks:

Worksheet formulas cannot be set like Window formulas. The primary use for ADDWKSFORM is for annotations to the Worksheet background that do not belong to specific Windows. Once a command is added to the Worksheet formula, the only way to delete it is to start a new Worksheet. A new Worksheet starts with no Worksheet formula.

See Also:

ADDWFORM

REDRAWALL

SETWSIZE

SETWSX

SETWSY

TEXT