-
Notifications
You must be signed in to change notification settings - Fork 0
QS0 import cmd
maybites edited this page Sep 12, 2022
·
1 revision
home/reference v0.x/<import>
<import>filepath.que</import>
<script> another.que ... </script>Relative filepath to another que script
- None
- None
The import command will import the specified que script, which it expects to be relative to its own location.
The import command has to be the first command inside the script.
Caveats:
If the imported script also imports scripts, it will try to do so, but it is NOT checking if a circular import will happen. If this is the case, the script will fall into an infinite loop and will not recover.
It also will NOT check if ques ares imported which might have a naming collision with already loaded ques.
(c) by Martin Froehlich maybites