Local Variables in Functions
From AutoCAD AutoLISP & Visual LISP
AutoLISP provides a method for defining a list of symbols (variables) that are available only to your function. These are known as local variables.
From AutoCAD AutoLISP & Visual LISP
AutoLISP provides a method for defining a list of symbols (variables) that are available only to your function. These are known as local variables.