(load_dialog filename)
The load_dialog function loads a DCL file. Files of type .dcl contain descriptions of dialog boxes.
filename specifies the name of a .dcl file (as a text string). If no path is specified, the system searches the support path for the file.
The function returns an integer:
Example
(load_dialog "myapplication.dcl")
Related Functions
unload_dialog, new_dialog, start_dialog, done_dialog, term_dialog