Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 4
csccyclingteam
551 Views, 3 Replies

CLOSE .LSP

Hi, I am trying to make a close .lsp command, I keep getting this error:

 

           ;error: no function definition: RMA_SAVE

 

in my .lsp everything looks like its inputed correctly:

 

         (defun C:CC     () (command "CLOSE"))

 

Any help would be greatly appreciated.

3 REPLIES 3
Message 2 of 4
mid-awe
in reply to: csccyclingteam

It looks like it's trying to call the function:

RMA_SAVE

but it's not finding it. If the above is actually your LISP code, then I have no words because I have not known of that function.
Message 3 of 4

I found out what was, wrong. 

 

Thank you

Message 4 of 4
hgasty1001
in reply to: mid-awe

Hi,

 

Looks like the "close" has been undefined/redefined, try with (command ".close" ...) .

 

Gaston Nunez 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost