(unload_dialog number)
The unload_dialog function removes a dialog box from memory.
number specifies the dialog box handle which is returned by the load_dialog function.
The function always returns nil.
Examples
(setq dlg_id (load_dialog "myapplication.dcl"))
(unload_dialog dlg_id)
Related Functions
load_dialog, new_dialog, start_dialog, done_dialog, term_dialog