The MDE files are MDL files used to share common scripts between several MDL files. The content of the MDE file is identical to the MDL file. However, the code is found once only in the MDE file. The MDL files that use this code will only have to perform a simple call.
Calling the MDE file from a MDL file
The following syntax must be used:
%extern <Name of .MDE file>
Example:
Remark: In the MDE file, we advise you to end the file with a Carriage Return (an empty line) to avoid problems when inserting code into the MDL file.