Hi, Is it possible to use the PARTIALOPEN Command thru lisp? Dean
Any command you can type into the command prompt can be done in lisp - or are you looking for a vlisp method? If that is the case I do not know that you can. kemp
(command ".partialopen") partialopen Unknown command "PARTIALOPEN". Press F1 for help. Command: nil Command: (command "-partialopen") -partialopen Command: nil Would you like to elaborate?
I may have been hasty in my answer, when I saw nil instead of an error in my quick test. In this case I'd suggest try creating a script file to handle this. sorry kemp