This function clears the string displayed on the Python console.
[Specification format]
[Argument(s)]
None
[Return value]
If the string was cleared successfully: True
If there was an error when clearing the string: False
[Detailed description]
- | This function clears the string displayed on the Python console. |
[Example of use]
>>>ClearConsole()
True
>>>
|