Tag: ClearConsole
The ClearConsole function erases the text in the console.
NOTE | The wizard (job center) in sapio365 erases the console before each run. |
---|
Example Script
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<ytriaAutomation Console="true" KeepAlive="True">
<SetVar verif="Un elephant"/>
<echo value="V: {%verif%}"/>
<ClearConsole/>
</ytriaAutomation>
XML