#include

Insert the contents of the specified IncludeScript in the location of the #include directive.

#include  {Library:}IncludeScript

Parameters

  • Library—name of the library containing the IncludeScript. If omitted, the library of the current object is used.

  • IncludeScript—name of an includeScript object.

Description

During the compilation process, the contents of the specified IncludeScript are copied into the code at the location of the #include directive.

Related Topics