jim78b Posted March 6, 2022 Posted March 6, 2022 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 Quote
Steven P Posted March 6, 2022 Posted March 6, 2022 (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 March 6, 2022 by Steven P 2 Quote
jim78b Posted March 7, 2022 Author Posted March 7, 2022 (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 March 7, 2022 by jim78b Quote
Steven P Posted March 7, 2022 Posted March 7, 2022 No Jim, try the last comment with the " at the end 1 Quote
jim78b Posted March 7, 2022 Author Posted March 7, 2022 Command: (APPLOAD "C:/Users/Utente/Dropbox/Lavoro/backup/AUTOCAD/Lisp/Plot/PlotDWGarr.VLX") ; error: no function definition: APPLOAD Quote
acad1985 Posted March 7, 2022 Posted March 7, 2022 You could try this one, ^C^C^P(load "C:/Users/Utente/Dropbox/Lavoro/backup/AUTOCAD/Lisp/Plot/PlotDWGarr.vlx")) 1 Quote
jim78b Posted March 7, 2022 Author Posted March 7, 2022 thanks a lot my frinds! now it works! have a nice day! Quote
Recommended Posts
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.