Command "RunQiQuScript"

Summary

Start another QiQu-Script. The command belongs to the group "System".


Parameters

Parameter Name Description Type
FileName The name of QiQu script file. valueexpression
NodeRef The name of the reference to the (XML-)Document containing the script. nodeReference

Valid parameter combinations



Description

Runs another QiQu-Script referenced by "NodeRef". The script has to be previously loaded with LoadDoc.

Examples


Example 1

The example below first loads the script "myScript.xml" and second runs it with "RunQiQuScript".
<LoadDoc DocFileName="myScript.xml" NewDocRef="$myScript"/>
<RunQiQuScript NodeRef="$myScript"/>