Previous Topic: %If()Next Topic: %Len


%Include

Includes trigger macro code across multiple files or trigger templates.

Syntax

%Include("<file path name>")

%Include(<trigger template name>)

Syntax Example

%Include("c:\er\trg.txt")

%Include ("my template to include")

Expansion

/*The contents of the file or the other template is expanded. */

Usage

Classified as a Miscellaneous macro.