User Guide > Objects > Alphabetical Listing > Include

Include

Includes can be used to store often-used and identical script parts which will be recalled for various tasks.

Object class: Passive object
Object type (short name):
JOBI

Often-used and repeating script parts are best stored in the Include object. This way, the syntax corresponds exactly to the script of the object in which the Include object is used. Script variables can be passed if they have already been defined and supplied in the actual object.

In the object, the Include object is included via :INC statement and inserted at activation time in the script of the calling object.

 

 

See also:

Using Script Components