CLS
Action
Clear the LCD display and set the cursor home.

Syntax
CLS

Syntax for graphic LCD
CLS TEXT
CLS GRAPH
CLS BOTH

Remarks
Clearing the LCD display does not clear the CG-RAM in which the custom characters are stored.

See also
$LCD , LCD

Example
Cls
LCD
" Hello"
End