Login
|
Sign Up
AutoLISP Function Detail
Name:
load_dialog
Syntax:
(load_dialog
dcl
)
Description:
Loads the dcl specified into memory for use. Use the returned value for the (unload_dialog) function.
Example(s):
(load_dialog "myfirst.dcl")
1