Message 1 of 12
.src to .lsp issue porting over how to get more info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
src is as follows
filedia 0
new "{pathtofile}\2021-target-Imperial-unitless-scales.dwt"
pasteorig
zoom e
filedia 1
-layer ps Black *
lsp is
(defun c:TranslateFilesBHI ()
(setvar "filedia" 0)
(command "._new" "{pathtofile}\2023-target-Imperial-unitless-scales.dwt")
(command "._pasteorig")
(command "._zoom" "e")
(setvar "filedia" 1)
(command "._-layer" "ps" "Black" "*")
(princ)
)
the out put also gives
Command: (c:TranslateFileBHI)
Cannot invoke (command) from *error* without prior call to (*push-error-using-command*).
Converting (command) calls to (command-s) is recommended.
the out put also gives
Command: (c:TranslateFileBHI)
Cannot invoke (command) from *error* without prior call to (*push-error-using-command*).
Converting (command) calls to (command-s) is recommended.
So how do i even know what it is crashing on in the output window