DADiSP Worksheet Functions > Function Categories > Display and Manipulation > ADDWKSFORM
Adds a command to the Worksheet formula.
ADDWKSFORM("command")
"command" |
- |
A string. A command to annotate the Worksheet background. |
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).
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.