Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good day everyone.
I have been using my routine BUBREF for months now without error. Recently, however, something weird is happening.
When I load the routine, using another routine that loads an entire list of routines, this happens:
Command: (c:LOADLISPS) Command: Command: Command: BUBREF <N> Include "TO SH #"? [Y/N]: n <A> Type 1 or 2 starting letters: a <.> Pick an insertion point for: A <.> Pick an insertion point for: A <.> Pick an insertion point for: A <.> Pick an insertion point for: A 3 cable reference bubbles inserted <!> Routine complete <!>
When I manually open up windows explorer, and drag n' drop the routine into AutoCAD, the routine runs correctly:
Command: (LOAD "C:/Users/HULLZP/Desktop/CUSTOM/BUBREF.lsp") INCREASE Command: Command: Command: BUBREF <N> Include "TO SH #"? [Y/N]: n <A> Type 1 or 2 starting letters: a <.> Pick an insertion point for: A <.> Pick an insertion point for: B <.> Pick an insertion point for: C <.> Pick an insertion point for: D 3 cable reference bubbles inserted <!> Routine complete <!>
There seems to be nothing "wrong" with the routine itself, but something seems inconsistant in the loading process within AutoCAD. Any ideas on what might be happening here?
Thanks!
EDIT: included the file as an attachment for those interested.
Solved! Go to Solution.