salman Posted May 13, 2009 Posted May 13, 2009 How to call an autolisp program from a menu item. Thanks. Quote
rkmcswain Posted May 13, 2009 Posted May 13, 2009 It depends on how the lisp function is defined. Here is one way. ^c^c(if (not c:myprog)(load "my_lisp_file"))myprog; myprog = the name of the function my_lisp_file = the name of the file containing the function Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.