See the top rated post in this thread. Click here

Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Auto increment numbers

  1. #1
    Member
    Join Date
    2007-08
    Posts
    3
    Login to Give a bone
    0

    Default Auto increment numbers

    Hello Everyone

    I would value advice on how to add incremental numbers, easily and quickly to an AutoCad LT drawing.

    I am working on a freebie job, plotting the grave spaces in our local churchyard and have got to the stage where I want to number each location.

    I am a novice LT user and could I suppose just manually and a number (there are about 300 of them!) but would very much like to just click on each space and have a number appear.

    Any ideas please?

    Tufocjr

  2. #2
    Wish List Manager BrenBren's Avatar
    Join Date
    2000-11
    Location
    150700
    Posts
    3,439
    Login to Give a bone
    0

    Default Re: Auto increment numbers

    Quote Originally Posted by tufocjr View Post
    Hello Everyone

    I would value advice on how to add incremental numbers, easily and quickly to an AutoCad LT drawing.

    I am working on a freebie job, plotting the grave spaces in our local churchyard and have got to the stage where I want to number each location.

    I am a novice LT user and could I suppose just manually and a number (there are about 300 of them!) but would very much like to just click on each space and have a number appear.

    Any ideas please?

    Tufocjr
    With AutoCAD LT, I don't believe it is possible. Heck, it's not even easily possible in AutoCAD.

  3. #3
    Member srobillard's Avatar
    Join Date
    2007-01
    Location
    Stepping into the Twilight Zone
    Posts
    10
    Login to Give a bone
    0

    Default Re: Auto increment numbers

    There is a command called TCOUNT in AutoCad 2005 that does the incremental numbering
    I don't know if it exists in AutoCad LT though. You may want to give it a try.

  4. #4
    All AUGI, all the time zoomharis's Avatar
    Join Date
    2005-02
    Location
    Abu Dhabi (Native-India)
    Posts
    506
    Login to Give a bone
    2

    Default Re: Auto increment numbers

    Quote Originally Posted by BrenBren View Post
    With AutoCAD LT, I don't believe it is possible. Heck, it's not even easily possible in AutoCAD.
    Hi Bren,
    Sorry for being late. It took too much time for digging . Put this macro in a button. I think this makes up the auto numbering problem in LT.
    *^c^c_text;\;;$M=$(+,$(getvar,USERI1),1);setvar;USERI1;$M=$(+,$(getvar,USERI1),1);
    Set the USERI1 system variable to arrange the Starting number. The starting number will always be USERI1+1.

    Hope that helps.

  5. #5
    Wish List Manager BrenBren's Avatar
    Join Date
    2000-11
    Location
    150700
    Posts
    3,439
    Login to Give a bone
    0

    Default Re: Auto increment numbers

    Quote Originally Posted by zoomharis View Post
    Hi Bren,
    Sorry for being late. It took too much time for digging . Put this macro in a button. I think this makes up the auto numbering problem in LT.


    Set the USERI1 system variable to arrange the Starting number. The starting number will always be USERI1+1.

    Hope that helps.
    Very cool

    Thanks...

  6. #6
    Member
    Join Date
    2007-08
    Posts
    3
    Login to Give a bone
    0

    Default Re: Auto increment numbers

    Hello Zoomharis

    Thank you very much for the info. I am however a bit of a thicko and although I understand the principle of what you are saying, I am completely lost with 'put the macro in a button'. how does one do that?

    Regards
    Tufocjr

  7. #7
    Member
    Join Date
    2007-08
    Posts
    3
    Login to Give a bone
    0

    Default Re: Auto increment numbers

    Hello Everyone

    Yes!!!!!! I have it. Done the put it in a button bit and it works, just one click on each grave stone and each is numbered incrementally. Wonderful, can't thank you enough.

    Regards

    Tufocjr

  8. #8
    All AUGI, all the time zoomharis's Avatar
    Join Date
    2005-02
    Location
    Abu Dhabi (Native-India)
    Posts
    506
    Login to Give a bone
    0

    Default Re: Auto increment numbers

    Quote Originally Posted by tufocjr View Post

    Yes!!!!!! I have it. Done the put it in a button bit and it works, just one click on each grave stone and each is numbered incrementally. Wonderful, can't thank you enough.
    Glad that it helped you . I have posted a better version into the AutoCAD Tips & Tricks forum.

  9. #9
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Auto increment numbers

    Hi Tufocjr

    I realise you have received a good answer / solution, but you may also like to take a look at the following thread...

    Automatic text edit (for the people)

    Have a good one, Mike

  10. #10
    All AUGI, all the time zoomharis's Avatar
    Join Date
    2005-02
    Location
    Abu Dhabi (Native-India)
    Posts
    506
    Login to Give a bone
    0

    Default Re: Auto increment numbers

    Quote Originally Posted by Mike.Perry View Post
    Hi Tufocjr

    I realise you have received a good answer / solution, but you may also like to take a look at the following thread...

    Automatic text edit (for the people)

    Have a good one, Mike
    I could have posted my answer faster, had I seen that macro earlier. Anyway, the good point is that I could give OP the most suitable answer .ie, Inserting numbers (quite difficult if you don't know 'Text' command) instead of changing it as mentioned in the other macro. I wonder if anybody noticed the use of 'Text' command inside the macro instead of 'DText' or 'MText' command. That problem nearly spoiled my brain.

Page 1 of 2 12 LastLast

Similar Threads

  1. Auto Increment - Caddons
    By irneb in forum AutoLISP
    Replies: 6
    Last Post: 2011-07-22, 12:49 AM
  2. Replies: 2
    Last Post: 2007-12-17, 09:10 PM
  3. Auto Increment Numbering for AutoCAD LT.
    By zoomharis in forum AutoCAD Tips & Tricks
    Replies: 0
    Last Post: 2007-08-21, 05:12 AM
  4. Increment Text Numbers
    By larry.80915 in forum AutoCAD General
    Replies: 2
    Last Post: 2005-01-12, 05:39 PM
  5. Grid lines with auto numbers?
    By wpeacock in forum AutoCAD General
    Replies: 5
    Last Post: 2004-06-17, 07:08 AM

Posting Permissions

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