en:code:core:console
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:code:core:console [2014/10/31 12:29] – external edit 127.0.0.1 | en:code:core:console [2021/02/13 11:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 125: | Line 125: | ||
| <code javascript> | <code javascript> | ||
| Console.printlnError(" | Console.printlnError(" | ||
| + | </ | ||
| + | |||
| + | ==== clear ==== | ||
| + | Clears the content of the console. Does nothing when executed by ActExec. | ||
| + | |||
| + | //Added in Actionaz 3.9.0.// | ||
| + | |||
| + | === Syntax === | ||
| + | <code javascript> | ||
| + | Console.clear(); | ||
| + | </ | ||
| + | |||
| + | === Returns === | ||
| + | * (object) this Console | ||
| + | |||
| + | === Example === | ||
| + | <code javascript> | ||
| + | Console.clear(); | ||
| </ | </ | ||
en/code/core/console.1414758542.txt.gz · Last modified: (external edit)
