Environment Declaration
Reference a library module.
module MODULE_NAME
MODULE_NAME
The name of a module.
Description
The module statement tells the ESL processor to make available, in the ESL program, the action routines that are in the module. When you reference a module, each action statement that is part of the module is available in the program exactly as though you had specified its definition in the program itself. You can specify any number of module statements in an ESL program.
You cannot use the module declaration inside a response.
Example
module BGraph
See Also
include Reference