[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 IMPORTS                       Define imported functions
------------------------------------------------------------------------------

 Purpose  : Define imported functions

 Syntax   : IMPORTS [intname=] modname.entry

 Example  : IMPORTS int1 = ext1.reader

 The IMPORTS command defines the names and location of functions to be
 imported for use in the current program. A definition is required for each
 function being imported.

 intname is the function used in the importing program.

 modname is the filename of the exporting program that contains the function.

 entry can be either the name or the ordinal value of the function as defined
 in the modname program. If it is the ordinal value then the internal name
 must be specified.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson