Tag: ClearConsole

The ClearConsole function erases the text in the console.

<ClearConsole/>
XML

The wizard (job center) in sapio365 erases the console before each run.

Example Script

<ytriaAutomation>
	<SetVar verif="Un elephant"/>
	<echo value="V: {%verif%}"/>
	<ClearConsole/>
</ytriaAutomation>
XML