Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to make a simple lsp to process a couple key in entrys. The macro works but I get an extra input line in my command prompt with the text nil. It doesn't seem to be affecting anything but I am wondering if it is possible to make the lsp better so that I don't get this line. If I enter the commands without a lsp, I don't get the nil line.
Offset with layer by source
(defun c:QS ()
(command "._offset" "l" "s")
)
Thanks.
C3D 2022 and 2024
Solved! Go to Solution.