DADiSP Worksheet Functions > S - Z > SHOWWINNAME

 

SHOWWINNAME

Purpose:

Shows or hides all Window names in a Worksheet.

Syntax:

SHOWWINNAME(mode)

mode

-

Optional. An integer. The Window name display mode:

0:

Show Window numbers (default).

1:

Show Window names.

Example:

W1: gnorm(1000,1)

winname(W1, "Pressure");

W2: fft(w1)

showwinname(1)

 

fft(Pressure) is now equivalent to fft(W1) and the Window label of W1 becomes Pressure. The formula in W2 becomes fft(Pressure).

Remarks:

Use showwinname(0) to display Window numbers in all Window labels and formulae.

See Also:

GETWINNAME

GETWNUM

STRWIN

WINNAME