Would be nice to have a list of Lisp functions that behave different on these platforms
ACAD
(vla-insertblock MDSP (vlax-3d-point(list 0 0)) "blk" 1 1 1 0)
ICAD
(vla-insertblock MDSP (list 0 0) "blk" 1 1 1 0)
Re: AutoCAD vs IntelliCAD Lisp
#2Do you know how to abort a runaway lisp routine without killing the entire program via Task Manager?