Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm new to the lisp writing and have 2 successful small lisps under my belt. My team now wants to add the above commands to the simplest lisp and I can't figure where my fail/errors are .
I built a block specifically for this command but when I run it I get the " ; error: no function definition: COMMAND: "
(defun C:QCCK (/)
(Command: "_LAYFRZ")
(Command: "S")
(Command: "B")
(Command: "B")
(Command: "REFERENCE-LAYFRZ")
(Command: "LTSCALE")
(Command: "50")
)
Where am I going wrong?
Solved! Go to Solution.