Include - Monarch 9460 Programmer's Manual

Adk printer
Hide thumbs Also See for 9460:
Table of Contents

Advertisement

I N C L U D E
Purpose
Inserts another source file into the script.
Syntax

INCLUDE

Process
The INCLUDE command signals the compiler to insert the source statements
located in the file
Rule:
Nested INCLUDE statements are not allowed. But, multiple INCLUDE statements
in one file are allowed.
Example 1
This example inserts the source file TRUCKIN.ULT into the current script.
INCLUDE TRUCKIN.ULT
Example 2
This example inserts the source file SPECIAL.ULT into the current script.
INCLUDE C:\PROGS\SAMPLE\SPECIAL.ULT
pathname
pathname
, into the current script.
Command Reference 5-49

Advertisement

Table of Contents
loading

Table of Contents