gmplIncludeStatement
- Mark Juras
Owned by Mark Juras
Include Statement Summary
Include is a terminal command statement that can occur at any time in any gmPL source file except within a text block or a gmSL script block. It specifies the name of an external gmPL file whose statements are to be processed before processing the next statement in the including file. Include nesting may be up to 5 levels deep. The attributes of the Include statement are as follows:Attribute | Description |
Filename | This attribute contains the full pathname of the gmPL source file to be included. If it is a simple local filename then it is assumed to be in the current directory as opposed to the directory containing the including file. |
The script errors associated with the Include statement are as follows:
Error | Description |
1144 | Unable to open Xml file: %1d |
Table of Contents