/
clearLog
clearLog
Description
Clears the command Log window.
Functional area
System
Command syntax
Syntax
clearLog |
Arguments
None
Flags
None
Return value
void
Examples
// Clear the command log window so the print statements we // execute below will be the only things showing in the // command log window. clearLog; print "Hello world"; print "Good-bye world";
Additional information
Related commands
, multiple selections available,