Overview
Excerpt |
---|
Enables additional javascript files to be included in your script. |
Syntax
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
include(filename); |
Parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
filename | String | The name of the file to include. The file must be in the same folder as the script that is including it. |
Return value
Not applicable.
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
include("foo.js"); // include foo.js |