ahyin Posted November 30, 2011 Posted November 30, 2011 Dear all, Anyone have idea ? I have already defined a lisp called "check" in pulldown menu. After I selected this function, an errormessage "Unknown command "_check". Press F1 for help." will display in command line. But it can running the lisp program, anything wrong ? Thanks ! Quote
pBe Posted November 30, 2011 Posted November 30, 2011 my guess is you're using a call for command, an extra "" would generate a similar error message set your cmdecho to 1 then run your macro... you will see what part of the routine where it crashed Another way (Vlide) turn on Break On Error after the error Ctrl F9 Reminder: turn off Break On Error afterwards Quote
ahyin Posted November 30, 2011 Author Posted November 30, 2011 Many thanks for your help ! my guess is you're using a call for command, an extra "" would generate a similar error message set your cmdecho to 1 then run your macro... you will see what part of the routine where it crashed Another way (Vlide) turn on Break On Error after the error Ctrl F9 Reminder: turn off Break On Error afterwards Quote
ahyin Posted December 1, 2011 Author Posted December 1, 2011 Thanks for your kindly care, because my .lsp file was compiled to .fas, so I can't use your method to check anything wrong with the code. But I try load the original .lsp without this problem. I don't why. Anyway thanks for your help ! were you able to find the error ahyin? Quote
pBe Posted December 1, 2011 Posted December 1, 2011 Too bad i cant be of any more help Cheers ahyin 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.