Unloads a DCL file
(unload_dialog dcl_id)
new_dialog call) from memory.
Unloads the DCL file associated with dcl_id (obtained from a previousIt is generally not necessary to unload a DCL definition from memory, unless you are running low on memory or need to update the DCL dialog definition from a new file.
Arguments
load_dialog call.
A DCL file identifier obtained from a previousReturn Values
unload_dialog function always returns nil.
Theload_dialog and new_dialog functions.
The