OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Kelie on June 12, 2009, 01:29:37 AM

Title: complete list of functions
Post by: Kelie on June 12, 2009, 01:29:37 AM
Where can I find a complete list of functions (in one place) provided by OpenDCL? I was typing "dcl_" in Apropos to get a list. But it is not complete. Can we have a master list in the help file? Thanks.
Title: Re: complete list of functions
Post by: owenwengerd on June 12, 2009, 02:38:29 AM
The help file does document every function.  If you want a complete list inside AutoCAD, you can use the result of (atoms-family 1) and look for all functions with the "dcl_" prefix.
Title: Re: complete list of functions
Post by: JBerns on June 05, 2019, 06:59:07 AM
To get the list sorted, in AutoCAD, type at the command prompt:
(vl-sort (atoms-family 1) '<)

Be sure to look for "dcl-" and "dcl_" functions. Hope this helps.

Regards,
Jerry