<?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: Batch Find and Multiple Replace in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700917#M71054</link>
    <description>&lt;P&gt;@Anonymous&amp;nbsp;, a sample DWg , will clear all doubt. Do not be afraid, an upload do not transmit COVID19&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2020 21:29:38 GMT</pubDate>
    <dc:creator>devitg</dc:creator>
    <dc:date>2020-08-19T21:29:38Z</dc:date>
    <item>
      <title>Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700515#M71046</link>
      <description>&lt;P&gt;I'm needing help locating a program that can find an input on multiple lists but that input can be replaced by different outputs per list.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex: I have a text input BK|P on 50 lists, I want to change that to different variants of BK(|K,|J,|H.... etc) but without having to find and replace for each list. I want to have that input for each list all up at the same time so just a simple type and click can have them all changed and saving me hours of editing. Please help.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 18:42:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700515#M71046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-19T18:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700551#M71047</link>
      <description>&lt;P&gt;We might have something for you like &lt;A href="https://jtbworld.com/jtb-batch-change-for-autocad" target="_blank" rel="noopener"&gt;JTB Batch Change&lt;/A&gt; or can create a custom solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 18:53:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700551#M71047</guid>
      <dc:creator>JTBWorld</dc:creator>
      <dc:date>2020-08-19T18:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700569#M71048</link>
      <description>&lt;P&gt;Going to check it out in a few minutes! Thank you for the quick reply.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 19:01:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700569#M71048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-19T19:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700667#M71049</link>
      <description>&lt;P&gt;Find Dialog &amp;gt;&amp;gt;&amp;nbsp; Is there a reason the "REPLACE ALL" function will not work?&lt;/P&gt;&lt;P&gt;This does not require any interaction other than entering the initial string sets(s).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Tim C.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 19:41:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700667#M71049</guid>
      <dc:creator>tim_crouse</dc:creator>
      <dc:date>2020-08-19T19:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700670#M71050</link>
      <description>&lt;P&gt;Questions arise....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In what form do you have the 50 lists?&amp;nbsp; Are they each stored under their own variable name?&amp;nbsp; Or a single list of 50 sub-lists?&amp;nbsp; Something else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does position in the list matter?&amp;nbsp; It should be pretty simple to remove a "BK|P" item from any list that contains one, and tack a "BK|J" [etc.] item onto the front of the list.&amp;nbsp; If the replacement needs to be in the same place, it's more complex but certainly possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should the variants be generated by something like simply stepping through the alphabet, or do you have specific variants in mind?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does it matter what final-letter variant goes into the entry in any given list?&amp;nbsp; Or should whatever variant comes next be given to whatever list comes next?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;50 is more than the available letters for after the | character.&amp;nbsp; Should there be repeats after the alphabet is exhausted?&amp;nbsp; Double letters? Numbers?&amp;nbsp; Letter-number combinations like "BK|A1"?&amp;nbsp; Punctuation characters?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should "BK|P" be skipped over if stepping through the alphabet, or is it acceptable for one list [or more than one if repeats are allowed] to contain that in the end?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Etc., etc.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 19:42:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700670#M71050</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-08-19T19:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700684#M71051</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Questions arise....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;... and I guess the big one that didn't even occur to me before:&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;What are&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp; these lists?&amp;nbsp; I assumed an AutoLisp-type list of text string items, such as &lt;FONT color="#000000"&gt;("BK|P" "Manny" "Moe" "Jack")&lt;/FONT&gt;, but someone suggested using &lt;STRONG&gt;FIND&lt;/STRONG&gt;, which would not be appropriate unless you're talking about Text or Mtext or Attributes or some such thing.&amp;nbsp; Is a list an Mtext object perhaps with a new line for each "item" in it, and "BK|P" on one of the lines?&amp;nbsp; If it's something like a stack of separate Text objects, from AutoCAD's perspective they are independent, and their constituting a "list" would only be by positional relationship.&amp;nbsp; Are they Tables, perhaps?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 19:51:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700684#M71051</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-08-19T19:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700725#M71052</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;all&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp; questions and guessing , can be solved with&amp;nbsp; samples , DWG and or LSP.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 20:08:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700725#M71052</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2020-08-19T20:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700849#M71053</link>
      <description>&lt;P&gt;I am going to try to answer your questions as best as I can (Still a little bit of a novice when it comes to AutoCAD):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.)These are DWG files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.) Yes, position does matter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.) Specific variables in mind&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.) Given to whatever list comes next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5.) Yes some will double letters and may add numbers (its all based on the part number it is being replaced with)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6.) It will be acceptable if there are repeats.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response and I hope to hear back from you soon.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 20:57:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700849#M71053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-19T20:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700917#M71054</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;, a sample DWg , will clear all doubt. Do not be afraid, an upload do not transmit COVID19&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 21:29:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9700917#M71054</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2020-08-19T21:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9702415#M71055</link>
      <description>&lt;P&gt;These are the kind of drawings that I am working with.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 14:00:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9702415#M71055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-20T14:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9702603#M71056</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;These are the kind of drawings that I am working with.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And what in that drawing contains or constitutes your 50 or so lists, whatever they are?&amp;nbsp; &lt;FONT color="#000000"&gt;FIND&lt;/FONT&gt; finds 55 instances of "&lt;STRONG&gt;&lt;FONT color="#000000"&gt;BK|&lt;/FONT&gt;&lt;/STRONG&gt;", but none of "&lt;FONT color="#000000"&gt;&lt;STRONG&gt;BK|P&lt;/STRONG&gt;&lt;/FONT&gt;".&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 15:00:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9702603#M71056</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-08-20T15:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9702757#M71057</link>
      <description>&lt;P&gt;That was just an example in the 50 or so list I will be changing the section where BK|J is.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 15:45:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9702757#M71057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-20T15:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9702872#M71058</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;That was just an example in the 50 or so list I will be changing the section where BK|J is.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'm still confused by your use of the word "list," which has a specific meaning in AutoLisp terminology, but nothing in your drawing seems like it could be related to that.&amp;nbsp; All instances the FIND command finds of "BK|J" are in Block Attributes, and there are only four of them.&amp;nbsp; Can you describe in more detail, using AutoCAD's words for things, exactly what you want to change?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 16:27:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9702872#M71058</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-08-20T16:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9703576#M71059</link>
      <description>&lt;P&gt;Lee-mac.com has a batch find and replace may be useful. Maratovich has one also just google name + Autocad.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 23:48:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9703576#M71059</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-08-20T23:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9705042#M71060</link>
      <description>&lt;P&gt;I posted a sample up above.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 17:47:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9705042#M71060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-21T17:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9705053#M71061</link>
      <description>&lt;P&gt;I use the BFind from Lee mac and it is almost what I am looking for, but it does not allow multiple outputs (Just a single input on multiple drawings to be changed to the same output).&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 17:52:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9705053#M71061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-21T17:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Find and Multiple Replace</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9705546#M71062</link>
      <description>&lt;P&gt;As lee's code is provided as source can normally make it repeat and skip say screen entry you may want to contact Lee direct.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 23:05:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/batch-find-and-multiple-replace/m-p/9705546#M71062</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-08-21T23:05:28Z</dc:date>
    </item>
  </channel>
</rss>

