DADiSP Worksheet Functions > Function Categories > Query Functions > GETWFORMULA
Returns the formula of a Window in string form.
GETWFORMULA(win)
win |
- |
Optional. A Window, defaults to the current Window. |
A string.
W1: gnorm(1000,1)
W2: W1*deriv(W1)
getwformula(W2)
Returns the string W1*deriv(W1).
GETWFORMULA may be abbreviated GETWFORM.