Tag: ClearConsole
The ClearConsole function erases the text in the console.
XML
<ClearConsole/>
The wizard (job center) in sapio365 erases the console before each run.
Example Script
XML
<ytriaAutomation>
<SetVar verif="Un elephant"/>
<echo value="V: {%verif%}"/>
<ClearConsole/>
</ytriaAutomation>