INCLUDE
Use the INCLUDE definition to include the supported file types in the current application.
For more details on supported files and their usage, see File Types and Data Types.
Syntax
include_definition ::= INCLUDE {HRF | FUNCTION | PARAMETER } file_reference
Example
INCLUDE PARAMETER "constant.param"
INCLUDE FUNCTION "coalesceUDF.func"
INCLUDE HRF "dimension.hrf"Note:
You don't need to use theINCLUDE definition for .conf and .qry files because you can directly use them in the code within .hrf files.