Page 1 of 1

Run Lisp

Posted: Mon Aug 23, 2004 4:30 pm
by AHM
How can I run a lisp routine inside a
vba macro in Intellicad 4 PE

Thanks
AHM

Posted: Wed Aug 25, 2004 8:05 pm
by John Finlay
AHM,

If your Lisp routine is loaded and defined as a command; you can use this:

Sub RunCommand(Command As String)
Member of IntelliCAD.Application
Executes the command as if it were typed on the command line.




------------------
Regards
John Finlay