Cls
Previous  Next

Description: Calls a user defined assembly routine

     Syntax:

Cls

Notes: The Cls command will only clear the current TEXT_PLANE. The default TEXT_PLANE is PLANE_A. To change planes, use the SetTextPlane command.

Example:

        Print "Hello World"
        Sleep 50
        Cls