Other great resources: Official JS API docs, Scripting Forum

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

Enables additional javascript files to be included in your script.

Syntax

include(filename);

Parameters

ParameterTypeMandatoryDescription
filenameString(tick)

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

Including a file
include("foo.js"); // include foo.js
  • No labels