EXECUTE
EXECUTE(script AS STRING [, synchro AS BOOLEAN]) AS BOOL
Start the execution of a script <script>. If the optional parameter <sync> is TRUE (default value), the current program is suspended until the end of the execution of the launched program and this last inherits of the variables of the calling environment.
The function returns TRUE if the execution was processed properly.