I have a lisp routine that I want to call by using a dialog button from a separate autolisp DCL. I made the dialog box and the buttons but how can I call the separate lisp routine by pressing the button? I tried to put (command "name of lisp") for the button action, but it just keeps the dialog open and doesn't do anything. I am new to lisp, so if my question seems really stupid, I'm sorry, but if I can overcome this hurdle, I think I will be in good shape. All I need the button to do is write to the command line the lisp name and enter.
Thanks
Mike


Reply With Quote

