Hi,
I was hoping to LOAD a lsp file then call it via (c:runthislispfile) inside another routine to combine them in one.
Problem is, they prompt for a selection, so I thought this would work:
(command "_P")
(while (eq 1 (logand 1 (getvar 'CMDACTIVE))) (command ""))
Is this possible?...