Exchange Forum > Search Forums
Search Results
Search Results

kpblc2000

AutoLISP and Visual LISP
Inserting Blocks With Variables
  F2T6P1#4  Also you can try this: (defun c:bqz (/ adoc pt _osmode *error* answer) (defun *error* (msg) (if _osmode (setvar "osmode" _osmode) )...
How protect my .lsp file?
  F2T22P1#2  Yes. Compile it to fas-file or vlx-file...