aridzv Posted April 8, 2021 Posted April 8, 2021 (edited) 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 April 8, 2021 by aridzv Quote
Lee Mac Posted April 8, 2021 Posted April 8, 2021 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)) 1 Quote
aridzv Posted April 9, 2021 Author Posted April 9, 2021 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. 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.