<?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: Page Numbering for layouts using Fields and Lisp in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12055722#M28461</link>
    <description>Thank you for the clarification. The program will be a great help moving forward.</description>
    <pubDate>Fri, 23 Jun 2023 12:20:21 GMT</pubDate>
    <dc:creator>charlesc32</dc:creator>
    <dc:date>2023-06-23T12:20:21Z</dc:date>
    <item>
      <title>Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12037998#M28452</link>
      <description>&lt;P&gt;I need to setup Page Numbering for my layouts using Field &amp;amp; Lisp or other if applicable. My job requires the engineers &amp;amp; drafters to generate drawings for fabrication and the layout pages are numbered manually. I would like to automate this process and, as I understand it, using Field expressions combined with AutoLisp can accomplish this. I'm not sure how to link the 2 or write the proper code to identify the total number of layouts and number each page accordingly. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Charles C&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 03:59:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12037998#M28452</guid>
      <dc:creator>charlesc32</dc:creator>
      <dc:date>2023-06-16T03:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12038041#M28453</link>
      <description>&lt;P&gt;I use an attribute with a field&amp;nbsp;$(getvar,"ctab")&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 04:48:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12038041#M28453</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2023-06-16T04:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12038057#M28454</link>
      <description>&lt;P&gt;these 3 threads might give you a hint:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-renaming-page-number-in-layouts/td-p/11689335/jump-to/first-unread-message" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-renaming-page-number-in-layouts/td-p/11689335/jump-to/first-unread-message&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-current-sheet-numbering-in-the-block-autolips/td-p/11695206" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-current-sheet-numbering-in-the-block-autolips/td-p/11695206&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-auto-page-number-layout-tabs/m-p/10199097#M413381" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-auto-page-number-layout-tabs/m-p/10199097#M413381&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Jun 2023 04:59:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12038057#M28454</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2023-06-16T04:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12040255#M28455</link>
      <description>&lt;P&gt;We like others had custom lisps that included update 2 attributes in our title block in the layouts. Sheet No &amp;amp; Total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another was read a couple of lines of each layout title block and build an Index table in a layout. This provided like 80% of what we needed. Change title block attributes faster to make a new table and delete old.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make blank layouts using layout copy, update 1 layout title block, and copy all details to other title blocks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 01:33:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12040255#M28455</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-06-17T01:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12051774#M28456</link>
      <description>&lt;P&gt;Hello Paullimapa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked through the threads you suggested and you'll have to pardon my ignorance but I'm not clear as to how to run a Lisp program using Field. I've loaded the Lisp files and I don't see them when I open &lt;STRONG&gt;Field Category:&lt;/STRONG&gt; &lt;EM&gt;Other&lt;/EM&gt;, &lt;STRONG&gt;Field names:&lt;/STRONG&gt; &lt;EM&gt;LispVariable, &lt;/EM&gt;and I searched the&amp;nbsp;&lt;STRONG&gt;Lisp variable:&lt;/STRONG&gt; list and I didn't see any of the lisp programs I wish to run. Do I load the lisp file(s) via an Attribute only or can I use Field? How do I go about executing the recommended files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also tried to replicate the title block in the&amp;nbsp;renamepagestrial-tabnumbered and basically use the page counting and numbering ability since this block works great for my needs. When I open Field for the total number of pages, I don't understand the formula setup where 24-1 is listed in the formula. Any light you can shed on this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your patience&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 02:42:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12051774#M28456</guid>
      <dc:creator>charlesc32</dc:creator>
      <dc:date>2023-06-22T02:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12051828#M28457</link>
      <description>&lt;P&gt;To demonstrate I've attached the following:&lt;/P&gt;&lt;P&gt;1. drawing &lt;STRONG&gt;Tabnumber.dwg&lt;/STRONG&gt; shared in &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/auto-renaming-page-number-in-layouts/m-p/11692331#M442211" target="_blank" rel="noopener"&gt;OP&lt;/A&gt;(originally called renamepagestrial.dwg)- download &amp;amp; open in your &lt;STRONG&gt;AutoCAD&lt;/STRONG&gt; session&lt;/P&gt;&lt;P&gt;2. lisp code: &lt;STRONG&gt;Tabnumber.lsp &lt;/STRONG&gt;- to load, save this to a location like &lt;STRONG&gt;My Documents&lt;/STRONG&gt;, then open &lt;STRONG&gt;Windows Explorer &lt;/STRONG&gt;to&amp;nbsp;&lt;STRONG&gt;My Documents &lt;/STRONG&gt;folder, select &lt;STRONG&gt;Tabnumber.lsp&lt;/STRONG&gt;, drag &amp;amp; drop it onto your &lt;STRONG&gt;AutoCAD&lt;/STRONG&gt; graphics drawing area&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tabnumber.dwg&lt;/STRONG&gt; contains 20 layouts each with the same title block containing a number of attributes including S&lt;STRONG&gt;HEET #. &lt;/STRONG&gt;To run lisp code at command prompt type: &lt;STRONG&gt;Tabnumber&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then select:&amp;nbsp;&lt;STRONG&gt;3 OF 24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_1-1687403292272.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1231425i5090A3CB2D4779E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_1-1687403292272.png" alt="paullimapa_1-1687403292272.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;At the next prompt:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Enter Number To Subtract from Total Layout Quantity: &amp;lt;0&amp;gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hit Return to accept 0&lt;/P&gt;&lt;P&gt;An alert box will appear showing you what the lisp function will now do:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_2-1687403400385.png" style="width: 336px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1231426iC13CDAF21FCC4320/image-dimensions/336x155?v=v2" width="336" height="155" role="button" title="paullimapa_2-1687403400385.png" alt="paullimapa_2-1687403400385.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then it will cycle through each layout locating the matching title block name &amp;amp; the same attributes under SHEET # , input the &lt;STRONG&gt;layout order&lt;/STRONG&gt; as the first # before &lt;STRONG&gt;OF&lt;/STRONG&gt; and the &lt;STRONG&gt;total # of layouts&lt;/STRONG&gt; after &lt;STRONG&gt;OF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The lisp function will conclude with the following alert windows when successfully completed&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_3-1687403414000.png" style="width: 333px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1231427i4512A1C389528D9F/image-dimensions/333x231?v=v2" width="333" height="231" role="button" title="paullimapa_3-1687403414000.png" alt="paullimapa_3-1687403414000.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now each layout's SHEET # section will automatically be filled like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_4-1687403763434.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1231428i5E16309EEA466982/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_4-1687403763434.png" alt="paullimapa_4-1687403763434.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you &lt;STRONG&gt;move&lt;/STRONG&gt;&amp;nbsp;layout&amp;nbsp;&lt;STRONG&gt;P02 to before P01&lt;/STRONG&gt; and do a &lt;STRONG&gt;REGEN&lt;/STRONG&gt;, the &lt;STRONG&gt;SHEET #&lt;/STRONG&gt;&amp;nbsp;section will update automatically&lt;/P&gt;&lt;P&gt;Likewise if you &lt;STRONG&gt;copy&lt;/STRONG&gt;&amp;nbsp;layout &lt;STRONG&gt;P02 as P02 (2)&lt;/STRONG&gt;&amp;nbsp;and do a &lt;STRONG&gt;REGEN&lt;/STRONG&gt; the &lt;STRONG&gt;SHEET #&lt;/STRONG&gt;&amp;nbsp;section will again update accordingly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_5-1687403908102.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1231430iFFD009B99B2C7896/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_5-1687403908102.png" alt="paullimapa_5-1687403908102.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_6-1687403936932.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1231431iAF687A9A1CE7C44F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_6-1687403936932.png" alt="paullimapa_6-1687403936932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 03:52:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12051828#M28457</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2023-06-22T03:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12053534#M28458</link>
      <description>&lt;P&gt;See PageOf and the other option at:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cadforum.cz/en/total-number-of-layouts-as-a-field-tip11171" target="_blank"&gt;https://www.cadforum.cz/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.arkance-systems.cz" target="_blank"&gt;www.arkance-systems.cz&lt;/A&gt;&amp;nbsp; -&amp;nbsp; &lt;A href="http://www.cadforum.cz" target="_blank"&gt;www.cadforum.cz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 15:52:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12053534#M28458</guid>
      <dc:creator>vladimir_michl</dc:creator>
      <dc:date>2023-06-22T15:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12054701#M28459</link>
      <description>&lt;P&gt;Hello Paul&lt;/P&gt;&lt;P&gt;Thank you for the files and information. The solution is working as needed. Although, when I reduce the number of tabs to reduce the layout quantity, instead of removing the unwanted tabs/layouts, the program marks them as 0 for the first one and negative for the others (if more than one). Plus this occurs at the beginning of the list of tabs/layouts and not at the end. For example, when executing&amp;nbsp;&lt;U&gt;Tabnumber,&lt;/U&gt; I removed 5 Tabs/Layouts and the pgm kept all 20 layouts numbering the first one, reading from left to right, -4 of 15, -3 of 15, -2 of 15, -1 of 15, 0 of 15, 1 of 15,...Can the program actually delete the unwanted Tabs/Layouts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With my job I never know how many total Layouts I'm going to need from project to project. This program doesn't add Tabs/Layouts and I guess I'll have to use Copy to add more than the default quantity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all the feedback,&lt;/P&gt;&lt;P&gt;I truly appreciate the assistance,&lt;/P&gt;&lt;P&gt;Charles&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 03:00:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12054701#M28459</guid>
      <dc:creator>charlesc32</dc:creator>
      <dc:date>2023-06-23T03:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12054760#M28460</link>
      <description>&lt;P&gt;1. &amp;gt;&amp;gt;&lt;STRONG&gt; Enter Number To Subtract from Total Layout Quantity: &amp;lt;0&amp;gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Let me clarify what this prompt does when a # greater than 0 is entered:&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;layout&lt;/STRONG&gt; tab count order is based on the first one listed so layout tab #1 always starts from left to right. This is best used when you have a different set of title blocks placed at the start order of the layouts so the program will ignore the total # of layouts &amp;amp; use the # you entered.&lt;/P&gt;&lt;P&gt;2. The program will change all &lt;STRONG&gt;matching title block attributes&lt;/STRONG&gt; as long as they're in the drawing and located in any &lt;STRONG&gt;layout&lt;/STRONG&gt; tab. Only &lt;STRONG&gt;matching title block attributes&lt;/STRONG&gt; located in the &lt;STRONG&gt;Model&lt;/STRONG&gt; tab will be ignored.&lt;/P&gt;&lt;P&gt;2. This program &lt;STRONG&gt;does not&lt;/STRONG&gt; &lt;STRONG&gt;remove&lt;/STRONG&gt; or &lt;STRONG&gt;add any layout&lt;/STRONG&gt; tabs or erase or add objects like the &lt;STRONG&gt;title blocks&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3. You can &lt;STRONG&gt;manually delete&lt;/STRONG&gt; as many &lt;STRONG&gt;layouts&lt;/STRONG&gt; selected using combination of left mouse click + Ctrl or Shift, right mouse click &amp;amp; select on the cursor menu&amp;nbsp;&lt;STRONG&gt;delete&lt;/STRONG&gt; and then the &lt;STRONG&gt;matching title block attributes&lt;/STRONG&gt; will automatically update on the remaining &lt;STRONG&gt;layouts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4. You can manually &lt;STRONG&gt;copy&lt;/STRONG&gt; as many&amp;nbsp;&lt;STRONG&gt;layouts&lt;/STRONG&gt; selected using combination of left mouse click + Ctrl or Shift, right mouse click &amp;amp; select on the cursor menu &lt;STRONG&gt;Move or Copy&lt;/STRONG&gt; and&amp;nbsp;then all the &lt;STRONG&gt;matching title block attributes&lt;/STRONG&gt; will automatically update on new as well as remaining &lt;STRONG&gt;layouts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies what the program can do vs does not do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 03:41:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12054760#M28460</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2023-06-23T03:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12055722#M28461</link>
      <description>Thank you for the clarification. The program will be a great help moving forward.</description>
      <pubDate>Fri, 23 Jun 2023 12:20:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12055722#M28461</guid>
      <dc:creator>charlesc32</dc:creator>
      <dc:date>2023-06-23T12:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12055823#M28462</link>
      <description>&lt;P&gt;Glad to have helped….cheers!!!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 13:05:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12055823#M28462</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2023-06-23T13:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12079860#M28463</link>
      <description>&lt;P&gt;Hello Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy 4th.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be possible to create a second group of layouts within the same drawing with a separate numbering scheme independent of the initial group outlined in this topic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the office we create drawings and layouts for fabrication and welding. The Weld page numbers have to start from 1 to X. As it stands, we're creating a separate drawing for this purpose but management would like for the entire job to be under one drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 01:55:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12079860#M28463</guid>
      <dc:creator>charlesc32</dc:creator>
      <dc:date>2023-07-05T01:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Page Numbering for layouts using Fields and Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12079991#M28464</link>
      <description>&lt;P&gt;You could use the layout number is read from the layout name, we used D01, D02 etc so if you have F01 F02 and W01 W02 they would be different and the total would again be based on the layout name. Look for F or W. Let us know if that sounds feasible and what the layout names would be. It would not do total as a field but rather for me just run a lisp then close or save.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also plot layouts by range so you can plot all the fabrication in one go in an easy choose as it uses plot 1-5 then 6-99 the 99 implies last layout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 04:15:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/page-numbering-for-layouts-using-fields-and-lisp/m-p/12079991#M28464</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-07-05T04:15:46Z</dc:date>
    </item>
  </channel>
</rss>

