<< icalreport << | Table Of Contents | >> include (project) >> |
Keyword | include (macro) |
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 the file where they are defined in. The included file may only contain macro definitions. This version of the include directive can only be used before the project header. |
|
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 | Global scope |
<< icalreport << | Table Of Contents | >> include (project) >> |