CLOSECONSOLE

Top  Previous  Next

Syntax

CLOSECONSOLE

Description

Closes the text console window. If the text console window is not open then this command does nothing.

Parameters

None

Return value

None

Remarks

See Also: OPENCONSOLE

Example usage

OPENCONSOLE
PRINT "hello"
CLOSECONSOLE