Jump to content

Recommended Posts

Posted

hello, i want load a vlx from toolplaette button but with this string:  (APPLOAD "C:/Users/Utente/Dropbox/Lavoro/backup/AUTOCAD/Lisp/Plot/PlotDWGarr.VLX);

AUTOCAD give me: ("_> why?

i use this method with all my lisps

 

Posted (edited)

Have you used this file before? Might be that in the code as it loads there is a spare open bracket somewhere a "(", and CAD is wanting to complete the code and end with a closed bracket. Just a guess but try hitting ) and see what it does.

 

VLX though, we can't look at it to see what the problem is

 

 

Ignore that....

 

(APPLOAD "C:/Users/Utente/Dropbox/Lavoro/backup/AUTOCAD/Lisp/Plot/PlotDWGarr.VLX)... no " before the closing bracket,

(APPLOAD "C:/Users/Utente/Dropbox/Lavoro/backup/AUTOCAD/Lisp/Plot/PlotDWGarr.VLX")

Edited by Steven P
  • Like 2
Posted (edited)

hello,  i tried to add round brackets at the beginning and end but still the same error,

if i press enter give me error bad definition

Edited by jim78b
Posted

No Jim, try the last comment with the " at the end

  • Thanks 1
Posted

Command: (APPLOAD "C:/Users/Utente/Dropbox/Lavoro/backup/AUTOCAD/Lisp/Plot/PlotDWGarr.VLX") ; error: no function definition: APPLOAD

Posted

You could try this one, 

^C^C^P(load "C:/Users/Utente/Dropbox/Lavoro/backup/AUTOCAD/Lisp/Plot/PlotDWGarr.vlx"))

 

  • Thanks 1
Posted

thanks a lot my frinds! now it works! have a nice day!😊

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...