Displays a specified set of Windows in a Worksheet.
DISPLAY(W1, W2, ..., WN)
WN |
- |
One or more Windows, the Windows to display. |
If a Worksheet contains 12 Windows,
display(W1..W4, W7, W11)
displays only Windows 1, 2, 3, 4, 7, and 11.
Be aware that if anything other than two dots separates a defined range of Windows to display (e.g. W1....W4), DADiSP does not perform the command.
Hidden Windows still automatically recalculate if they are effected by the calculation.
To redisplay all of the Windows, use DISPLAYALL.