...
None
Return value
void
Examples
...
language | text |
---|
// 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
...