<?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: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637393#M91815</link>
    <description>&lt;P&gt;A simple first step to code is learning how to filter selection sets. I assume you want to be able to update many of these at once in one fell swoop?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so paste this into your command line:&lt;/P&gt;
&lt;PRE&gt;(sssetfirst nil (ssget "_X" '((0 . "insert") (2 . "HH_A1_ATT_NEW"))))&lt;/PRE&gt;
&lt;P&gt;Then open your properties palette and change the values needed.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2019 14:40:31 GMT</pubDate>
    <dc:creator>ronjonp</dc:creator>
    <dc:date>2019-03-05T14:40:31Z</dc:date>
    <item>
      <title>Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637357#M91813</link>
      <description>&lt;P&gt;(First up a warning, this is the first Script or Lisp i have attempted)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi there I have a block made up of various attributes which is used to update details of our title sheets.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My aim is to automate the process of changing 2 of the atttributes.&lt;/P&gt;
&lt;P&gt;Status and REV.&lt;/P&gt;
&lt;P&gt;My first step is to replicate the process on the command line only (then use the inputs in a script or lisp).&amp;nbsp; I fail on the command line!!&lt;/P&gt;
&lt;P&gt;I use GATTE or ATTEDIT but I cant seem to change the atttributes i want. When i tell the command i want to change the Status Tag Spec it doesnt recognise it.&amp;nbsp; I get an invalid message.&lt;/P&gt;
&lt;P&gt;If anyone can tell me how best to manipulate the Status and REV attributes from the command line then it will get me on track to writing a script or a lisp.&lt;/P&gt;
&lt;P&gt;A couple of things to note (not sure if bears any relevance though) is that the block HH_A1_ATT_NEW is inserted in our drawing template and as you might expect it is located in paperspace.&lt;/P&gt;
&lt;P&gt;I have included a blank drawing with the attibute block included.&lt;/P&gt;
&lt;P&gt;Any help is much appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 14:26:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637357#M91813</guid>
      <dc:creator>BrianTHarleyHaddow</dc:creator>
      <dc:date>2019-03-05T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637372#M91814</link>
      <description>&lt;P&gt;Try&amp;nbsp;&lt;A href="http://www.lee-mac.com/updatetitleblock.html" target="_blank" rel="noopener"&gt;THIS&lt;/A&gt;&amp;nbsp;if it works for you.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 14:33:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637372#M91814</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2019-03-05T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637393#M91815</link>
      <description>&lt;P&gt;A simple first step to code is learning how to filter selection sets. I assume you want to be able to update many of these at once in one fell swoop?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so paste this into your command line:&lt;/P&gt;
&lt;PRE&gt;(sssetfirst nil (ssget "_X" '((0 . "insert") (2 . "HH_A1_ATT_NEW"))))&lt;/PRE&gt;
&lt;P&gt;Then open your properties palette and change the values needed.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 14:40:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637393#M91815</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-03-05T14:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637544#M91816</link>
      <description>&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;Do you want to change attributes in multiple files?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 15:30:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637544#M91816</guid>
      <dc:creator>maratovich</dc:creator>
      <dc:date>2019-03-05T15:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637578#M91817</link>
      <description>&lt;P&gt;Thanks for reply RPEREZ, ideally i want to run this thing without having to manually type in the status every time&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 15:42:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637578#M91817</guid>
      <dc:creator>BrianTHarleyHaddow</dc:creator>
      <dc:date>2019-03-05T15:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637583#M91818</link>
      <description>&lt;P&gt;Thanks BeekeeCZ, I had seen this site on a previous trawl of the internet.&amp;nbsp; I&amp;nbsp; will try this.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 15:44:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637583#M91818</guid>
      <dc:creator>BrianTHarleyHaddow</dc:creator>
      <dc:date>2019-03-05T15:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637585#M91819</link>
      <description>&lt;P&gt;I like the way you think &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; .. next question, what dictates what this number should be? The information has to be somewhere otherwise you'll need to input something.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 15:44:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637585#M91819</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-03-05T15:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637589#M91820</link>
      <description>&lt;P&gt;Hi Maratovich, yes typically i have to update a folder of between 5 to 20 drawings so being able to update them all automatically would save some time.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 15:45:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637589#M91820</guid>
      <dc:creator>BrianTHarleyHaddow</dc:creator>
      <dc:date>2019-03-05T15:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637859#M91821</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.. what dictates what this number should be?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the same wavelength as rperez&amp;nbsp;about using fields&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 17:23:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637859#M91821</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2019-03-05T17:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637928#M91822</link>
      <description>&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;Use this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="iframe-container"&gt;&lt;IFRAME width="640" height="590" src="https://screencast.autodesk.com/Embed/Timeline/192b47c4-db38-41e1-b087-fd1c522a55e9" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 17:50:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8637928#M91822</guid>
      <dc:creator>maratovich</dc:creator>
      <dc:date>2019-03-05T17:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8639469#M91823</link>
      <description>&lt;P&gt;Yes, its for when i have to issue batches of drawings&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 10:11:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8639469#M91823</guid>
      <dc:creator>BrianTHarleyHaddow</dc:creator>
      <dc:date>2019-03-06T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8639478#M91824</link>
      <description>&lt;P&gt;thats true, the status in the titleblock would be a constant i.e. CONTRACT, INFORMATION etc but the rev can change from drawing so it is probably best to leave that as an item that needs input, i believe you can put a pause in a lisp for user input.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 10:14:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8639478#M91824</guid>
      <dc:creator>BrianTHarleyHaddow</dc:creator>
      <dc:date>2019-03-06T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8639507#M91825</link>
      <description>&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;Post #10&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;Today forum problems - does not show video.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Watch it at another time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 10:23:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8639507#M91825</guid>
      <dc:creator>maratovich</dc:creator>
      <dc:date>2019-03-06T10:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp or Script to Automate Titleblock Status and Rev Block Attribute Change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8642622#M91826</link>
      <description>&lt;P&gt;Thank you that does exactly what i want&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 12:29:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-or-script-to-automate-titleblock-status-and-rev-block/m-p/8642622#M91826</guid>
      <dc:creator>BrianTHarleyHaddow</dc:creator>
      <dc:date>2019-03-07T12:29:19Z</dc:date>
    </item>
  </channel>
</rss>

