Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi friends
what is include statement ? what is use of include statement.
can anyone explain the include statement . what time it will use.
You can add a piece of code or variable definition in a file and then use the content of the file into the script:
$(Include=..\_Common Code\Source\Variables Main.txt);
with an include you can add a script from a flie (txt or qvs) that will executed by reload the script.
It can be used by central script part eg. set colour definition or formula definition in variables or load statements which are often use in load scripts.
Regards
There are a few very interesting use cases for $(Include). These immediately come to mind:
There are other use cases, I'm sure. And YMMV.
Best,
Peter