Search the Community
Showing results for tags 'arguments'.
-
I am new to lisp and programming in general. I get the basic gist and i'm not very proficient at reading it yet. I have 2 major issues. I have a hard time understanding samples given when researching issues i'm having, and no matter how hard I try I just cant seem to understand Arguments...
-
This is happening after I post the name of the lisp to the command line. I can't spot the error in it. It has always worked before. The lisp is supposed to search out text and attribute values and replace them. Can anyone spot the error? (defun c:BUBBLER01 () (setq ss_blk (ssget "x" '((0 . "...
-
How to define a function in AutoLISP with arbitrary arguments
Ahankhah posted a topic in AutoLISP, Visual LISP & DCL
Hello everyone, does anyone knows a way to define a function in AutoLISP with arbitrary arguments, same as ARX?