Search the Community
Showing results for tags 'syntax'.
-
Hi all, I'm a casual basic lisper. Where in the code is wrong. I'm getting the ss with ssget. I want some error trapping to tell the users that nothing is selected. LISP selects all text regardless of layer. But this error I can't fix. I've tried looking at some examples but I can't get any to work....
-
New to AUtoLISP, trying to insert a block and rotate it
GigaFHLS posted a topic in AutoLISP, Visual LISP & DCL
Hello, I'm very new to Autolisp, and I am having some trouble with my code. Here's a description of what I am trying to do: I have a drawing consisting of two pipes, bottom pipe and upper pipe. They will be inclined in reference to the paper, represented by the square. I need to insert at th...- 3 replies
-
- lisp
- help wanted
-
(and 1 more)
Tagged with:
-
Had some fun with a recent sub, resulted in these two programs Autoloader This program will generate autoload expressions for all LISP files in a selected directory, proceeding to write such expressions to a text file output (from which the user may copy the contents to an ACADDOC.lsp or d...