INCLUDE Statement

Includes functions defined in other files

 

INCLUDE filename

 

Arguments

filename        String - Filename (including path if required) of file containing functions

 

Remarks

Extension MUST be included and should be one of two types

  • .APEL - APEL source file
  • .APELLIB - Precompiled Atomic APEL Library.

 

        If not path is specified then source files must be in the same folder as the calling file. If the file cannot be found then APEL will search the standard include folder ( C:\Program Files (x86)\Atomic Programming\Infinity II APEL\Include).

APELLIB files will also be pre-installed.

 

Example

    Include "LogFile.apel"

    Include "SPI.apellib"