PDA

View Full Version : Error lisp



vnanhvu
10th Jun 2011, 01:06 am
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 .

irneb
10th Jun 2011, 08:20 am
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.