<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: multiple with same value is there an easy way? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/multiple-with-same-value-is-there-an-easy-way/m-p/6031146#M293710</link>
    <description>&lt;P&gt;Thank you for your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked perfectly. I was tryin got do it in the Block editor and it wouldn't work. This is perfect.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2016 15:08:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-09T15:08:15Z</dc:date>
    <item>
      <title>multiple with same value is there an easy way?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/multiple-with-same-value-is-there-an-easy-way/m-p/6020982#M293708</link>
      <description>I am a Autocad NOOB. I have been using it for a long time. just haven't really used any of the power under the hood.&lt;BR /&gt;&lt;BR /&gt;I only use about 25 different blocks over the last 7 or 8 years. I am an electrical geek so the only thing that changes is the arrangement of the blocks.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have tried to build a block that makes things a lot quicker. There is 17 Tags that all need the same value. I might use this same block 30 times in a drawing. The first block would be M1, the second M2, Third M3, etc,etc. &amp;nbsp;Is ther a way to link tag values to 1 master tag in a block?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please be patient with me I am just starting to explore the power of this software.&amp;nbsp;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2016 01:12:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/multiple-with-same-value-is-there-an-easy-way/m-p/6020982#M293708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-03T01:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: multiple with same value is there an easy way?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/multiple-with-same-value-is-there-an-easy-way/m-p/6021527#M293709</link>
      <description>&lt;P&gt;Welcome to the AutoCAD community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not hard with FIELD and &lt;A href="https://sites.google.com/site/cadkits/home/innb" target="_self"&gt;INNB&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example, a simple block with 2 attributes. The first attribute has been assigned value "M1". Our goal is another attribute has the same value as the first attribute and it will change to match the first attribute&amp;nbsp;automatically.&lt;/P&gt;
&lt;P&gt;&lt;IMG title="field0.JPG" alt="field0.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/215734i5256A61DB86E317A/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 1, edit block attributes, select Field from the right-click shortcut menu.&lt;/P&gt;
&lt;P&gt;&lt;IMG title="FIELD1.png" alt="FIELD1.png" src="https://forums.autodesk.com/t5/image/serverpage/image-id/215733i1053D5DC0FDA52FA/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 2, Settings as below and click the select object button as in the red circle.&lt;/P&gt;
&lt;P&gt;&lt;IMG title="FIELD2.JPG" alt="FIELD2.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/215735iAE31C733846067C7/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 3, Pick up the first attribute as the object, not the rectangle.&lt;/P&gt;
&lt;P&gt;&lt;IMG title="FIELD3.JPG" alt="FIELD3.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/215736iDB2677F83254EAA1/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 4, Select the Tag Name of the first attribute. It is "11" in this example.&lt;/P&gt;
&lt;P&gt;&lt;IMG title="FIELD3.JPG" alt="FIELD3.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/215738iEBB576C21E9E7CC0/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As the result of Step 4, the second attribute has been filled in a field with the same value as the first attribute.&lt;/P&gt;
&lt;P&gt;&lt;IMG title="FILED4.JPG" alt="FILED4.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/215739iE804D7E06B213BEB/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 5, use &lt;A href="https://sites.google.com/site/cadkits/home/innb" target="_self"&gt;INNB&lt;/A&gt; to multiply block with the first attribute value changed in a ascending sequence.&lt;/P&gt;
&lt;P&gt;Then use REGEN to show the final result as below:&lt;/P&gt;
&lt;P&gt;&lt;IMG title="field6.JPG" alt="field6.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/215740i55BDCDFED5A86C39/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 11:34:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/multiple-with-same-value-is-there-an-easy-way/m-p/6021527#M293709</guid>
      <dc:creator>3wood</dc:creator>
      <dc:date>2016-02-03T11:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: multiple with same value is there an easy way?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/multiple-with-same-value-is-there-an-easy-way/m-p/6031146#M293710</link>
      <description>&lt;P&gt;Thank you for your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked perfectly. I was tryin got do it in the Block editor and it wouldn't work. This is perfect.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 15:08:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/multiple-with-same-value-is-there-an-easy-way/m-p/6031146#M293710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-09T15:08:15Z</dc:date>
    </item>
  </channel>
</rss>

