Jump to content

vlx load problem


jim78b

Recommended Posts

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

 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

You could try this one, 

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

 

  • Thanks 1
Link to comment
Share on other sites

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...