CLS - Clear / Close Debug Window
Syntax
CLS |
[ T ] |
Operands
T |
Terminate (Close) the DEBUG Window |
Description
The SPFLite CLS (Clear Screen) command is used to clear or close the DEBUG window used to display MACRO trace and debug output. It allows you to clear all debug output from a prior test before performing another one. The CLS T option allows you to completely close the Debug Window, a simple CLS command just clears the screen
CLS does NOT affect in any way the normal SPFLite Edit window.