CLS

 

Introduction

CLS clears the output window.

 

 

Syntax

CLS ;

 

 

Example

 

The CLEAR statement will not clear the output window (but clears everything else in the workspace), so you may use CLS after your CLEAR statement:

 

CLEAR;

CLS;

 

 

Related

commands

CLEAR, (CLOSEALL)