Jump to content

Lisp returns error: Error1: malformed list on input at [read] : File <C:/temp/Contour/dlbl.lsp>


aridzv

Recommended Posts

Hi.

I've found this lisp (see attached .lsp file) in this thread: 

the lisp return error.

can anyone help me with making this lisp to run?...

many thanks,

Ari.

*let me just add that I don't need the text to be with a background mask,so if the problem is there just show me what to delete...

dlbl.lsp

Edited by aridzv
Link to comment
Share on other sites

The issue is caused by the update to the CADTutor forum software removing all instances of "8 )" (without the space) from all code snippets, breaking them.

 

In this case, change:

(setq code (grread t )

To:

(setq code (grread t 8))

 

  • Like 1
Link to comment
Share on other sites

20 hours ago, Lee Mac said:

The issue is caused by the update to the CADTutor forum software removing all instances of "8 )" (without the space) from all code snippets, breaking them.

 

In this case, change:


(setq code (grread t )

To:


(setq code (grread t 8))

 

THANKS!!!!!

That was it,problem solved.

Ari.

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