vnanhvu Posted June 10, 2011 Posted June 10, 2011 I Have Some Lisp, I Copy All Into A File. But When I Draw, Some Command Have A Error: ** Error: Too Few Argurments **. I cant fix this error. Thanks for all . Quote
irneb Posted June 10, 2011 Posted June 10, 2011 Open the LSP file inside AutoCAD's VLIDE (just type VLIDE at the command prompt). Then set Debug-->Break on Error to on. Load the LSP by selecting Tools-->Load Text in Editor. Run the command - it should then open VLIDE and place the cursor at the position where the error happened. Sorry, but from your description there's no way for me to say what exactly is wrong. All I can say is that some call to a lisp/built-in function has too few arguments - this could be absolutely anything. 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.