Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How to check if a given CAD command exists?
Example.
I don't know if a given command called by COMMAND is called _-TOOLBAR or _-TOOLBARS.
So I want to check if one of the following expressions does not generate an error and which is correct:
(command "_-TOOLBAR" "MY" "_s")
(command "_-TOOLBARS" "MY" "_s")
How to check if the CAD command is called TOOLBAR or TOOLBARS?
This is just an example, but I mean the principle, is it possible to check it?
Solved! Go to Solution.