Hi my Dearest Friends..
I get this message "; error: no function definition: [DEFINE " when I run the below AutoLisp code in AutoCad, Could please somebody show me what is expecting Autocad?, what does it expect [ Define..?.. how can I do it...
This is the code..
defun C:DDs( [define program]
(setq a (getstring "Qty? "))
(setq b (getstring "Lot? "))
(if (= a b)
(progn
(princ "HoHoH ")
);end progn
(progn
(princ "Hihihii")
);end progn
);end if
)
Thanks a lot, all the best to all of you...
I tryed to rid of the error message when i run mi autolisp app