/
FUNCTION/
CLEAR
LAST UPDATED:
January 20, 2022, 5:50:23 PM
MNEMONIC:
CLR
Clear the workspace of all existing panes, leaving only the command line and empty space remaining.
The CLEAR (or CLR) function removes all view panes from the workspace. It is used to wipe the screen clean and start again with an empty space. After using CLEAR, any new functions that require a display output will render in new view panes, numbered starting again from 1.
CLEAR | CLR
CLEAR (or it's mnemonic CLR) is used without subfunctions. It is typically used when you want to declutter a busy screen and start afresh.
As a simple example, you may have several panes open on the workspace.
The simple CLEAR function will close every view pane in the active workspace.
CLEAR
Workspace after using CLEAR.
After using CLEAR, any new functions that require a display output will render in new view panes, numbered starting again from 1. The workspace will still remain active after being cleared, and you can still easily restore a saved workspace using the WORKSPACE LOAD function.