RELEASE EXTERNAL statement
Frees (that is, unloads from memory) a dynamic link library (DLL) or UNIX shared library.
Syntax
[ PROCEDURE ]dll-name
ExampleTo free the DLL,
mystuff.dll
, code the following statement:
OpenEdge Release 10.2B
|