+ Post New Thread
Page 1 of 266 1 2 3 11 51 101 ... LastLast
Threads 1 to 25 of 6626

Forum: AutoLISP, Visual LISP & DCL

Questions from beginner to advanced. Tell us about good sources of free lisp and post your own routines for testing.
Code posting guidelines

  1. FAQ Article Sticky Thread Sticky: Suggested changes to this forum

    The "AutoLISP, VBA, the CUI & Customisation" forum has become a very lively part of the AutoCAD Forums and probably needs a structural review in...

    Started by CADTutor, 14th Jun 2010 09:44 am
    8 Pages
    1 2 3 ... 8
    • Replies: 75
    • Views: 3,421
    12th Aug 2010 08:09 am Go to last post
  2. FAQ Article Sticky Thread Sticky: Code posting guidelines

    Code posting guidelines When you are posting AutoLISP or VBA code in these forums, there are some simple guidellines you should observe in order to...

    Started by CADTutor, 18th Sep 2006 10:46 pm
    • Replies: 0
    • Views: 16,362
    18th Sep 2006 10:46 pm Go to last post
  1. Make LAYER, COLOR, LINETYPE current,, that works with DIMENSION, TEXT too

    hi,, ive been figuring out how "Laymcur" and "MATCHPROP" can be combined into 1,,meaning if i picked an entity say "line" the layer, color,...

    Started by pryzmm, Today 02:37 am
    laymcur, matchprop
    • Replies: 0
    • Views: 28
    Today 02:37 am Go to last post
  2. Help needed with a Lisp .

    Hello. I wonder why this routine although it is creating a Layer(s) of the selected block(s) it return an error at the end. Here is the...

    Started by tharwat313, Yesterday 08:46 am
    2 Pages
    1 2
    • Replies: 14
    • Views: 149
    Yesterday 10:46 pm Go to last post
  3. Mapcar + lambda Description

    Hi GUYS. :) I have read the Help which attached with Autocad and Afralisp explainations about mapcar and lambda but without a chance to...

    Started by Sweety, Yesterday 08:44 pm
    • Replies: 7
    • Views: 77
    Yesterday 10:02 pm Go to last post
  4. lisp that copies or offset to a polyline

    Does anyone know of or can help me create a lisp that will copy or offset a block from a basepoint to a particular length following a polyline with...

    Started by toberino, 28th Aug 2010 05:35 am
    2 Pages
    1 2
    • Replies: 19
    • Views: 438
    Yesterday 09:12 pm Go to last post
  5. Global Attribute Editor & Extractor

    This program will allow the user to extract all attributes from multiple blocks in multiple drawings, and will write all data to an Excel...

    Started by Lee Mac, 11th Jun 2009 04:03 pm
    22 Pages
    1 2 3 ... 22
    • Replies: 218
    • Views: 14,503
    Yesterday 07:29 pm Go to last post
  6. .arx file ?

    HI ..... :) What is the meaning of arx file, I have seen some routines asking for that file during lisp. Where can I get one if it is imporant...

    Started by Sweety, 3rd Sep 2010 08:40 pm
    2 Pages
    1 2
    • Replies: 15
    • Views: 166
    Yesterday 03:57 pm Go to last post
  7. Name of Text and Dimension's STYLE

    Hello GUYS :) How are you all ? :D 1* how can I get the Name of Text Style and Dimension Style as well . Thankxxxxxxxxxxxx Sweety. :wink:

    Started by Sweety, 1st Sep 2010 07:36 am
    3 Pages
    1 2 3
    • Replies: 25
    • Views: 330
    Yesterday 01:11 pm Go to last post
  8. Extract block & attributes to Excel

    I've modified the following code found within this site. http://www.cadtutor.co.uk/forum/showthread.php?t=30175 to the following: ;Global...

    Started by stevesfr, 4th Jun 2009 11:16 am
    2 Pages
    1 2
    • Replies: 17
    • Views: 1,101
    Yesterday 01:09 pm Go to last post
  9. Start and End points of a TEXT

    Hello everyone. I got the DXF codes of a MTEXT , but I couldn't find the end point of the MTEXT. The start is the DXF code 10 and it's...

    Started by Sweety, 1st Sep 2010 05:48 pm
    • Replies: 8
    • Views: 168
    Yesterday 01:08 pm Go to last post
  10. reactor after plot command

    Dear All, I want to use reactor function to help me save the file being plot and also add a plot stamp after the plot command. The plot stamp...

    Started by ahyin, 2nd Sep 2010 05:22 am
    2 Pages
    1 2
    • Replies: 13
    • Views: 163
    Yesterday 11:08 am Go to last post
  11. Expand/Squeeze or "modified" multi-Stretch command- is there any?

    Hi guys, got another question though I don't know how to name it's command. I often find myself in need of simultaneously stretching or squeezing two...

    Started by onzki, 2nd Sep 2010 07:26 am
    • Replies: 4
    • Views: 138
    Yesterday 12:25 am Go to last post
  12. Leading zero's in attribute value

    Hello All, I am currently working on a block program for Cable ID Tags. The tags use a sequential number at the end. They start out at 001, 002,...

    Started by The Buzzard, 2nd Sep 2010 07:07 pm
    4 Pages
    1 2 3 ... 4
    • Replies: 38
    • Views: 455
    3rd Sep 2010 09:58 pm Go to last post
  13. Incremental Numbering Suite - Comments/Criticism Welcome

    Hi Guys, Wasn't that busy, so I thought I'd put together a little Incremental Numbering Suite for you all to sample. I've come to realise that...

    Started by Lee Mac, 12th Apr 2009 08:07 pm
    19 Pages
    1 2 3 ... 19
    • Replies: 182
    • Views: 10,467
    3rd Sep 2010 08:49 pm Go to last post
  14. Overkill problem after running lisp routine

    Hi Overkill does not work after running a lisp routines!!! i'm sure it's the lisp files that are causing the problem. attached are the...

    Started by jimpcfd, 2nd Sep 2010 08:47 am
    • Replies: 6
    • Views: 125
    3rd Sep 2010 08:09 pm Go to last post
  15. labeling using autolisp

    my colleague made this lsip routine to measure and label lines but it does not work, please help. (defun C:LF() (setq en(car (entsel "\n...

    Started by autocrap, 27th Jul 2010 05:17 pm
    3 Pages
    1 2 3
    • Replies: 21
    • Views: 628
    3rd Sep 2010 08:05 pm Go to last post
  16. Basic LISP help required

    I have a repetitive task involving inserting room areas into an attribute block. Currently I am using standard 'area' command and counting back six...

    Started by FrankPB, 31st Mar 2010 11:36 am
    3 Pages
    1 2 3
    • Replies: 23
    • Views: 1,482
    3rd Sep 2010 07:47 pm Go to last post
  17. adding shortcuts to places list

    I am going to post this question in two places, one under CAD Management and one under the Lisp forum, since there are only two people watching CAD...

    Started by cadman6735, 2nd Sep 2010 08:01 pm
    • Replies: 3
    • Views: 129
    3rd Sep 2010 06:45 pm Go to last post
  18. lisp to round-up numbers

    Is there a lisp function to round up numbers ?:unsure: What I need to do is round up numbers to the second decimal point as in the example...

    Started by sadhu, 1st Mar 2010 02:09 pm
    2 Pages
    1 2
    • Replies: 10
    • Views: 947
    3rd Sep 2010 04:09 pm Go to last post
  19. Convert integers numbers into real numbers, introducing decimal separator.

    Hi I needed your help: I needed an AutoLISP routine that allows a select group of integers numbers and convert them into real numbers, entering its...

    Started by teknomatika, 2nd Sep 2010 05:32 pm
    • Replies: 8
    • Views: 169
    3rd Sep 2010 04:07 pm Go to last post
  20. Autolay.lsp in 2010

    I am migrating over to Autocad 2010 (from 2007) and I can't seem to get the Autolay.lsp to work. There are no error messages, the Script file loads...

    Started by qball, 12th Mar 2010 11:00 pm
    • Replies: 5
    • Views: 828
    3rd Sep 2010 04:05 pm Go to last post
  21. area / permimeter script file

    Hello I've got an autocad scr file which draws a polyline I can use the following command to return the area of the polyline area o 0,60

    Started by s8utt, 18th Mar 2010 03:11 pm
    4 Pages
    1 2 3 ... 4
    • Replies: 32
    • Views: 1,628
    3rd Sep 2010 09:44 am Go to last post
  22. Batch Find & Replace Text

    The program will replace text strings within multiple drawings in a directory (and subdirectories). The program will search Text, MText, Dimension...

    Started by Lee Mac, 23rd Mar 2010 10:06 pm
    13 Pages
    1 2 3 ... 13
    • Replies: 123
    • Views: 8,732
    2nd Sep 2010 09:56 pm Go to last post
  23. The Ribbon does not have any tabs or panels currently loaded

    I've been banging my head against this problem for a while, solved it last week with a re-install, but got into trouble with it again half an hour...

    Started by CrustyFur, 27th Aug 2009 05:09 pm
    • Replies: 2
    • Views: 1,881
    2nd Sep 2010 08:44 pm Go to last post
  24. Counting text from point in the string

    I want to count text but want to start it from a dash in the text. Only thing consistant in the test is the dash. I know strlen to count but do I...

    Started by Lt Dan's legs, 2nd Sep 2010 06:34 pm
    • Replies: 4
    • Views: 85
    2nd Sep 2010 07:45 pm Go to last post
  25. Exclamation Layer Lisp

    I'm not too fluent with lisp so I was hoping someone could help me with creating a layer update lisp. We have old drawings that have old layers and...

    Started by awill81, 24th Jun 2009 06:44 pm
    2 Pages
    1 2
    • Replies: 15
    • Views: 851
    2nd Sep 2010 07:35 pm Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts