How to find an available Command
How to find an available Command
(OP)
Is there any method to know the available custom commands (created by lisp routines) in an autocad session? I can't remember all the available commands. I load all necessary lisp routines by startup kit.





RE: How to find an available Command
Please type on command line of AutoCAD:
(atoms-family 1)
the response is a list of all functions available through Lisp as well. It is a long list but those starting with C: are easy to recognize.
Hope this is useful.
Dr. Tigrek
http://members.asiaco.com/tigrek
PS.
Could you downlload and test the macro from my home page and tell me if you find any bugs?
It exports all text, attributes, nested text inside blocks, Mtext, Rtext, Dtext, all of it, from drawings into an Excel Sheet.
RE: How to find an available Command
Excellent answer. Thank you a lot. I shall review your macros soon.
Sunny of SunnyShine