<?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: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11655911#M126915</link>
    <description>&lt;P&gt;I am using the PageOf tool (see Message #12) to update the fields and total number of pages. Quite handy.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 06:34:02 GMT</pubDate>
    <dc:creator>pete.j.schiller</dc:creator>
    <dc:date>2023-01-04T06:34:02Z</dc:date>
    <item>
      <title>AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668126#M126897</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to have a page number based on the layout tab order. I am currently using the CTAB field&amp;nbsp;for labeling my page titles, but i would also like something to help number my sheets "page X of XX" is there a way of doing this with a lisp file?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like it so if I changed the order of my tabs the numbers would automatically update.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 16:41:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668126#M126897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T16:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668145#M126898</link>
      <description>&lt;P&gt;First part do this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.augi.com/showthread.php?141491-Auto-Numbering-Layout-Tabs" target="_blank"&gt;http://forums.augi.com/showthread.php?141491-Auto-Numbering-Layout-Tabs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your 2nd question,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ask the Customization Group&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 16:57:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668145#M126898</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2016-11-04T16:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668206#M126899</link>
      <description>That is not really what I am looking for. I would like to keep my tab names the same as what my sheet titles are using the 'ctab' field. What I want to do is have a field that would be based off the order in which the tabs are positioned to automatically number my sheets. (ex. the sheet on the first layout would be sheet 1, layout 2 would be sheet 2. If the layouts are repositioned the field would update automaticlly). I there a way to create a field that would do this? Is there a way to create a new style of field period?</description>
      <pubDate>Fri, 04 Nov 2016 17:18:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668206#M126899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T17:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668291#M126900</link>
      <description>&lt;P&gt;I don't think there are fields to check the order of the layout tab. But I am not sure. I would certainly like to know if there is such a field. Using LISP though, once you get the layouts collection object the taborder property tells you the order of the tab.&amp;nbsp;You would need some kind of reactor to check when the tabs were moved and call a lisp to update the relevant entities to reflect taboder property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are the text/mtext entities to be updated in a title block of some sort?&amp;nbsp;Post a sample dwg.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 17:45:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668291#M126900</guid>
      <dc:creator>Ranjit_Singh</dc:creator>
      <dc:date>2016-11-04T17:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668326#M126901</link>
      <description>&lt;P&gt;See attached sample. Just using a simple title block that was given to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what you mean by "&lt;SPAN&gt;once you get the layouts collection object the taborder property tells you the order of the tab"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 18:02:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668326#M126901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T18:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668769#M126902</link>
      <description>&lt;P&gt;Try the below routine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;(defun c:somefunc  (/ adoc layouts layoutname ss1 ent entdata)
 (setq layouts (vla-get-layouts (setq adoc (vla-get-activedocument (vlax-get-acad-object)))))
 (if (setq ss1 (ssget "_x" '((0 . "INSERT") (2 . "_11x17"))))
  (mapcar
   '(lambda (x)
     (setq ent     (cadr x)
           entdata (entget ent))
     (while (/= (cdr (assoc 0 entdata)) "SEQEND")
      (cond ((= "SHT#" (cdr (assoc 2 entdata)))
             (vlax-for y  layouts
              (cond ((=
                     (vla-get-name (vla-objectidtoobject adoc (vla-get-ownerID (vlax-ename-&amp;gt;vla-object (cdr (assoc 330 entdata))))))
                     (vla-get-name (vla-get-block y)))
                    (entmod (subst (cons 1 (itoa (vla-get-taborder y))) (assoc 1 entdata) entdata)))
                    (T ())))
              ))
            (setq entdata (entget (setq ent (entnext ent))))))
     (ssnamex ss1))
  "No titleblocks found!")
 (princ))&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IFRAME width="696" height="685" src="https://screencast.autodesk.com/Embed/Timeline/5bb04771-719e-4bec-b3bb-fba8bdeae039" frameborder="0" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen"&gt;&lt;/IFRAME&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 21:45:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6668769#M126902</guid>
      <dc:creator>Ranjit_Singh</dc:creator>
      <dc:date>2016-11-04T21:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6671629#M126903</link>
      <description>You are amazing. Thank you!</description>
      <pubDate>Mon, 07 Nov 2016 13:21:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/6671629#M126903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-07T13:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/8181702#M126904</link>
      <description>&lt;P&gt;I've seen you get it but, which attribute do you use put the number in your pages before using lisp?&lt;/P&gt;&lt;P&gt;I don't know if you understand me. I am sorry about my poor english.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much in advance!&lt;/P&gt;&lt;P&gt;I looking forward you reply!&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;You are amazing. Thank you!&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;You are amazing. Thank you!&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 08:37:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/8181702#M126904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T08:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/8181800#M126905</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3261555"&gt;@Ranjit_Singh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Try the below routine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-spoiler-container-editor"&gt;&lt;PRE&gt;(defun c:somefunc  (/ adoc layouts layoutname ss1 ent entdata)
 (setq layouts (vla-get-layouts (setq adoc (vla-get-activedocument (vlax-get-acad-object)))))
 (if (setq ss1 (ssget "_x" '((0 . "INSERT") (2 . "_11x17"))))
  (mapcar
   '(lambda (x)
     (setq ent     (cadr x)
           entdata (entget ent))
     (while (/= (cdr (assoc 0 entdata)) "SEQEND")
      (cond ((= "SHT#" (cdr (assoc 2 entdata)))
             (vlax-for y  layouts
              (cond ((=
                     (vla-get-name (vla-objectidtoobject adoc (vla-get-ownerID (vlax-ename-&amp;gt;vla-object (cdr (assoc 330 entdata))))))
                     (vla-get-name (vla-get-block y)))
                    (entmod (subst (cons 1 (itoa (vla-get-taborder y))) (assoc 1 entdata) entdata)))
                    (T ())))
              ))
            (setq entdata (entget (setq ent (entnext ent))))))
     (ssnamex ss1))
  "No titleblocks found!")
 (princ))&lt;/PRE&gt;&lt;/DIV&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;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hello Ranjit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been looking for this for some weeks. I've tried your lisp but doesn't work at all. Which attribute do you use to number the pages? Because I understand you write page number 1/5, 2/5, ...5/5 and after all, you use autocad lisp, are you?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much in advance.&lt;/P&gt;&lt;P&gt;I'm looking forward to hearing from you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ana&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 09:03:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/8181800#M126905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T09:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/10117352#M126906</link>
      <description>&lt;P&gt;The code specifies the block name ("_11x17") and the attribute name ("SHT#") of the sample title block provided. Change these to your block name and attribute name and the code will work.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 20:04:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/10117352#M126906</guid>
      <dc:creator>wfraser3</dc:creator>
      <dc:date>2021-02-27T20:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/10123142#M126907</link>
      <description>&lt;P&gt;Thank you so much for your time to answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regads&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 10:07:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/10123142#M126907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-02T10:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/10123603#M126908</link>
      <description>&lt;P&gt;See also the PageOf utility (reactor):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cadforum.cz/cadforum_en/total-number-of-layouts-as-a-field-tip11171" target="_blank"&gt;https://www.cadforum.cz/cadforum_en/total-number-of-layouts-as-a-field-tip11171&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vladimir Michl, &lt;A href="http://www.cadstudio.cz" target="_blank"&gt;www.cadstudio.cz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 13:24:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/10123603#M126908</guid>
      <dc:creator>vladimir_michl</dc:creator>
      <dc:date>2021-03-02T13:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/10123617#M126909</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 13:29:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/10123617#M126909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-02T13:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11183451#M126910</link>
      <description>&lt;P&gt;Hola!&amp;nbsp;&lt;/P&gt;&lt;P&gt;no puedo ejecutarlo &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;; error, "no funCtion definition: PRINCIPE"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;¿Que hice mal?&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 21:30:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11183451#M126910</guid>
      <dc:creator>CarlosAJL</dc:creator>
      <dc:date>2022-05-20T21:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11636759#M126911</link>
      <description>&lt;P&gt;Hi wfraser3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed the name of the title block but left the attribute tag the same because I used "SHT#" in the name, but the numbers don't change. I'm using AutoCAD 2023 but I don't know if that has something to do with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May you help me with this problem?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 16:12:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11636759#M126911</guid>
      <dc:creator>asilva_mad</dc:creator>
      <dc:date>2022-12-22T16:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11649084#M126912</link>
      <description>&lt;P&gt;Could you add to this source code to make it display total pages in set. For instance if a file has 10 pages make it to where it would say 1 of 10, 2 of 10..... 10/10?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 20:23:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11649084#M126912</guid>
      <dc:creator>rcasteel2CH8H</dc:creator>
      <dc:date>2022-12-30T20:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11654860#M126913</link>
      <description>&lt;P&gt;I make a custom property shown in the picture (drawing utilities -&amp;gt; drawing properties -&amp;gt; custom -&amp;gt; add) and then 'insert field' of the custom property in text (in the mtext, right click and find insert field, find the name of the custom property and click insert). You'll have to manually update it from the drawing utilities, but it'll update it for all of the pages if it's in your title block.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (1).png" style="width: 708px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1158251i300D8155EDDD70F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (1).png" alt="Screenshot (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 18:33:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11654860#M126913</guid>
      <dc:creator>wfraser3</dc:creator>
      <dc:date>2023-01-03T18:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11654866#M126914</link>
      <description>&lt;P&gt;I'd have to see your drawing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 18:35:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11654866#M126914</guid>
      <dc:creator>wfraser3</dc:creator>
      <dc:date>2023-01-03T18:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO NUMBER LISP BASED ON LAYOUT TAB POSITION</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11655911#M126915</link>
      <description>&lt;P&gt;I am using the PageOf tool (see Message #12) to update the fields and total number of pages. Quite handy.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 06:34:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-number-lisp-based-on-layout-tab-position/m-p/11655911#M126915</guid>
      <dc:creator>pete.j.schiller</dc:creator>
      <dc:date>2023-01-04T06:34:02Z</dc:date>
    </item>
  </channel>
</rss>

