J
JoeMagas
I am programming a menu for both AutoCAD and AutoCAD LT users. I would like to run a lisp routine for AutoCAD users and a macro for LT users.
This was the best I could come up with:
$M=$(if,$(getvar,acadver),<autoLisp>,<macro>
ACADVER does not seem to be a setvar in LT so I tried the above with no success.
Any ideas on how to accomplish this?
Joe
This was the best I could come up with:
$M=$(if,$(getvar,acadver),<autoLisp>,<macro>
ACADVER does not seem to be a setvar in LT so I tried the above with no success.
Any ideas on how to accomplish this?
Joe