1. But#
It involves inserting a series of commands that will be executed*almost* as they are written. There is no possibility to pass arguments.
Only command results are*exported* into the main command set, not other objects. For example, a Python function defined in a INCLUDE cannot be used in a formula in the command file.
Precaution: It is not recommended to use the DETRUIRE command in a INCLUDE. In fact, the overall analysis of the command file by the supervisor before the command file is actually executed can be a problem after deleting a concept.
In POURSUITE, some concepts created in INCLUDE may not be restored (this is the case for some formulas that refer to external functions in particular).
Warning: INCLUDE will no longer be available in version 15. Depending on the mode of use, you can use the Python import instruction or do an additional calculation step in asterStudy (POURSUITE transparent).