Results 1 to 4 of 4

Thread: How to link text in blocks.

  1. #1
    Member
    Join Date
    2008-05
    Posts
    2
    Login to Give a bone
    0

    Default How to link text in blocks.

    I am an intermediate user of AutoCAD.
    I use the same block many times within one drawing file and display it in multiple layout pages. I am trying to find out if there is a way I can link some of the blocks text prompts so if I change the text on one of the blocks, all of the blocks change in the same manor.
    Please let me know if this can even be done.
    I am using AutoCAD LT 2008.

    Thanks

  2. #2
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: How to link text in blocks.

    Do you mean "text" or do you mean "prompts"?
    Do you mean attributes?

    Plain text will be the same in all examples of any one block (unless you use the in-place block editor?).

  3. #3
    Member
    Join Date
    2008-05
    Posts
    2
    Login to Give a bone
    0

    Default Re: How to link text in blocks.

    Hi, Thanks for any reply. I am stuck.
    If I have two blocks that are exactly the same in the same file. When I change the text that is located in one of the prompt fields of one of the blocks in the Edit Attributes window, that appears when you double click on any block that uses prompts, I want it to update both of the blocks that are in that file with the new text that I have just entered in the Edit Attributes window.
    Is this possible?

    Thanks

  4. #4
    Certifiable AUGI Addict tedg's Avatar
    Join Date
    2005-06
    Location
    in the upper right corner
    Posts
    3,507
    Login to Give a bone
    0

    Default Re: How to link text in blocks.

    Quote Originally Posted by colin.184546 View Post
    Hi, Thanks for any reply. I am stuck.
    If I have two blocks that are exactly the same in the same file. When I change the text that is located in one of the prompt fields of one of the blocks in the Edit Attributes window, that appears when you double click on any block that uses prompts, I want it to update both of the blocks that are in that file with the new text that I have just entered in the Edit Attributes window.
    Is this possible?

    Thanks
    You can change the tag values of attributes globally in a drawing.
    Check out this thread and this thread.

    You can achieve what you want on the command line, but this is a lisp routine from R.K McSwain that does the same thing in one of the above mentioned threads.
    Code:
    (command "._attedit" "_N" "_N" "BLOCKNAME" "TAGNAME" "*" "OLD_STRING" "NEW_STRING")

Similar Threads

  1. Replies: 1
    Last Post: 2014-08-08, 05:20 PM
  2. Replies: 0
    Last Post: 2012-11-14, 03:10 PM
  3. Link Dynamic Blocks?
    By rjohnson42 in forum Dynamic Blocks - Technical
    Replies: 16
    Last Post: 2010-10-08, 10:53 PM
  4. Replies: 2
    Last Post: 2010-06-19, 09:36 PM
  5. Link text together?
    By jake.156568 in forum AutoCAD LT - General
    Replies: 4
    Last Post: 2008-01-05, 02:36 PM

Posting Permissions

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