DADiSP Worksheet Functions > Function Categories > Query Functions > GETWFORMULA

 

GETWFORMULA

Purpose:

Returns the formula of a Window in string form.

Syntax:

GETWFORMULA(win)

win

-

Optional. A Window, defaults to the current Window.

Returns:

A string.

Example:

W1: gnorm(1000,1)

W2: W1*deriv(W1)

 

getwformula(W2)

 

Returns the string W1*deriv(W1).

Remarks:

GETWFORMULA may be abbreviated GETWFORM.

See Also:

ADDWFORM

SETWFORM