INCLUDE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[:Category:Language|{{Up}}]]
{{Command|syntax=INCLUDE <filename>
{{Command|syntax=INCLUDE <filename>
|description=:Include the contents of another file in a macro.
|description=:Include the contents of another file in a macro.

Latest revision as of 22:35, 30 July 2010

Up

Command

INCLUDE <filename>


Include the contents of another file in a macro.

Parameters

<filename>
Filename as either text in double quotes, or a text variable.
If the filename does not contain full path information, then the file will be opened in the same folder as the macro.

Example

#INCLUDE "CommonCode.txt"