Message 1 of 11
Help calling geomcalc from lisp
Not applicable
10-26-1999
04:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone,
I have a line in a lisp the uses the calculator.
(setq pt5 (c:cal
"plt(pt2,pt3,0.5)"))
If I manually load the "cal" before I run it, it works. If I don't I get
this
error;
.*** ERROR : too many arguments
So I put (arxload "c:/program files/ACAD2000/geomcal.arx") in the
acad2000.lsp
file to be sure it was loaded.
Now everytime I open another drawing I see "arxload failed" (because its
already
loaded). Can someone tell me the proper way to handle this?
Thanks
Randy
I have a line in a lisp the uses the calculator.
(setq pt5 (c:cal
"plt(pt2,pt3,0.5)"))
If I manually load the "cal" before I run it, it works. If I don't I get
this
error;
.*** ERROR : too many arguments
So I put (arxload "c:/program files/ACAD2000/geomcal.arx") in the
acad2000.lsp
file to be sure it was loaded.
Now everytime I open another drawing I see "arxload failed" (because its
already
loaded). Can someone tell me the proper way to handle this?
Thanks
Randy