Summary
QiQuScript is the root-element of each QiQu script. The command belongs to the group "System".
Parameters
| Parameter Name |
Description |
Type |
| Version |
The version of the QiQu script-language. |
text |
Valid parameter combinations
Description
QiQu scripts are written in XML. The < QiQuScript > command is the root element of a QiQu script. A QiQu script contains one or more commands.
Examples
Example 1
The example below shows a minimal QiQu-Skript, which echoes "Hello World!" the info log file.
<QiQuScript>
<EchoText InfoText="Hello World!"/>
</QiQuScript>
The text appearing in the log file looks like: [INFO] Hello World!