Scripting : Script Statements : Include Statement
 
Share this page                  
Include Statement
 
Description
Opens and reads a file during compilation, inserting the contents of the file as part of the program.
Syntax
Include "filename"
Remarks
The file name must be a string literal.
Example
'This statement returns the contents of the tutor1.asc file:
Include "tutor1"