<< include (macro) << | Table Of Contents | >> include (properties) >> |
Keyword | include (project) |
Purpose | Includes the specified file name as if its contents would be written instead of the include property. The only exception is the include statement itself. When the included files contains other include statements or report definitions, the filenames are relative to file where they are defined in. The included files may only contain content that may be present in a project header section. If the include statement is the last statement in the file it must have the option block. The option block can be empty, but the curly braces must be present. |
|
Syntax | include <filename> |
|
Arguments | filename [STRING] | Name of the file to include. This must have a .tji extension. The name may have an absolute or relative path. You need to use / characters to separate directories. |
Context | project |
<< include (macro) << | Table Of Contents | >> include (properties) >> |