include | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | The include command executes the given script in the context of the global environment. | ||||||
Introduced | 4.6.3 | ||||||
OS | mac, windows, linux | ||||||
Platforms | server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Glossary: absolute file path, relative file path, CGI, defaultFolder, global | ||||||
Description | Use the include command to load scripts contained in other files. Include is only available when running in CGI mode (Server).
|