<?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: FIND TEXT LSP in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9277517#M79304</link>
    <description>It's a habit of mine.  Most often when you build a command function that&lt;BR /&gt;does not include a (command ...) or (vl-cmdf ...) call then the routine&lt;BR /&gt;closes out with some kinda superfluous message.  Maybe it's just with a&lt;BR /&gt;cancel; I dunno, but it happens.  You don't need it if you invoke a&lt;BR /&gt;command, but it doesn't hurt to leave it in.</description>
    <pubDate>Mon, 27 Jan 2020 18:00:36 GMT</pubDate>
    <dc:creator>john.uhden</dc:creator>
    <dc:date>2020-01-27T18:00:36Z</dc:date>
    <item>
      <title>FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272343#M79284</link>
      <description>&lt;P&gt;The FIND and REPLACE command in AutoCAD is good, but not for our large drawing files.&amp;nbsp; What I need is a simple 'find' command (lsp) that will search for a single text value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The FIND and REPLACE command takes too long for our users to close, because it seems to be completing the search.&lt;/P&gt;
&lt;P&gt;The more objects in the drawing, the longer it takes to close.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 12:35:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272343#M79284</guid>
      <dc:creator>jlaidle1</dc:creator>
      <dc:date>2020-01-24T12:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272460#M79285</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5054769"&gt;@jlaidle1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This topic has been asked and answered in quite some detail here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/pre-defined-find-amp-replace-lisp/td-p/2911604" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/pre-defined-find-amp-replace-lisp/td-p/2911604&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps you could read through this thread first and see if it gets you on the right track. It explains the details and how you should approach this depending on if you're always searching for one item or if the search term will change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;~DD&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 13:18:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272460#M79285</guid>
      <dc:creator>CodeDing</dc:creator>
      <dc:date>2020-01-24T13:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272477#M79286</link>
      <description>&lt;P&gt;Yeah, I saw that thread.&amp;nbsp; I just need a 'find' option, no need for a replace.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 13:25:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272477#M79286</guid>
      <dc:creator>jlaidle1</dc:creator>
      <dc:date>2020-01-24T13:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272500#M79287</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5054769"&gt;@jlaidle1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Yeah, I saw that thread.&amp;nbsp; I just need a 'find' option, no need for a replace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Do you mean that find has to mimic "FIND" comand and to zoom at text (mtext) with particular content, or to select all text to be changed (altered color, move ....) into a selection set?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 13:34:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272500#M79287</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-01-24T13:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272541#M79288</link>
      <description>&lt;P&gt;If it an be just like the FIND command and step thru each text location, that is what is needed.&lt;/P&gt;
&lt;P&gt;The best solution, would to have the AutoCAD FIND dialog work better with larger files.&amp;nbsp; But I don't see that happening soon.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 13:50:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272541#M79288</guid>
      <dc:creator>jlaidle1</dc:creator>
      <dc:date>2020-01-24T13:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272582#M79289</link>
      <description>Forgive me, but "larger files" just means more content to search through, which means longer times to process the command. What changes are you expecting a LISP to do any faster?&lt;BR /&gt;&lt;BR /&gt;Or are you just wanting to turn off some FIND command features or perhaps just need to pre-select a limited area of search that FIND can already do?&lt;BR /&gt;&lt;BR /&gt;Explain. Elaborate.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jan 2020 14:06:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272582#M79289</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-01-24T14:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272707#M79290</link>
      <description>&lt;P&gt;The change is, it takes a LONG time to close the 'Find and Replace' dialog.&amp;nbsp; When selecting 'done', it would be nice that the dialog just closes.&amp;nbsp; So, the LSP would stop searching after the user selects 'cancel'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 14:52:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272707#M79290</guid>
      <dc:creator>jlaidle1</dc:creator>
      <dc:date>2020-01-24T14:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272975#M79291</link>
      <description>&lt;P&gt;Please upload your sample.dwg , qeep out all but text.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 16:56:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9272975#M79291</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2020-01-24T16:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273069#M79292</link>
      <description>&lt;P&gt;I cannot upload any of our drawings.&amp;nbsp; But any test drawing with text will work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 17:34:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273069#M79292</guid>
      <dc:creator>jlaidle1</dc:creator>
      <dc:date>2020-01-24T17:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273086#M79293</link>
      <description>&lt;P&gt;I just created the attached sample file with only text objects, if that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 17:39:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273086#M79293</guid>
      <dc:creator>jlaidle1</dc:creator>
      <dc:date>2020-01-24T17:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273125#M79294</link>
      <description>&lt;P&gt;This posted file of your is a problem for you? It closed immediately here, no issues. R2019.1.2 here. See attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the add-on (cimfdataholder)&amp;nbsp; you have that shows up in your file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you perhaps talking about having to pop-ups to deal with to OK out of instead of one?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:00:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273125#M79294</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-01-24T18:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273157#M79295</link>
      <description>&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #666666; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;cimfdataholder&lt;/SPAN&gt; is for 'FactoryCAD'.&amp;nbsp; I'm not having issues with the DWG, its just a drawing I just created.&amp;nbsp; You can use a test file that you created, that should work.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:18:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273157#M79295</guid>
      <dc:creator>jlaidle1</dc:creator>
      <dc:date>2020-01-24T18:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273223#M79296</link>
      <description>let's start over: NONE of us see a slowness or a problem with FIND command in any of our files, or your file.&lt;BR /&gt;&lt;BR /&gt;So please show us a video of your usage of your command in one of your files that exhibits a problem you can repeat than most of us here either cannot or don't see what you see.&lt;BR /&gt;&lt;BR /&gt;I recommend you use Autodesk's Screencast as it records the commands to launch and show us what you are doing, here is the link &lt;A href="https://knowledge.autodesk.com/search-result/caas/simplecontent/content/download-autodesk-screencast.html" target="_blank"&gt;https://knowledge.autodesk.com/search-result/caas/simplecontent/content/download-autodesk-screencast.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:57:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273223#M79296</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-01-24T18:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273286#M79297</link>
      <description>&lt;P&gt;As stated, the slowness in closing the find dialog is with our HUGE files.&lt;/P&gt;
&lt;P&gt;The smaller files don't have the issue, but most of our layouts are pretty big.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 19:29:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273286#M79297</guid>
      <dc:creator>jlaidle1</dc:creator>
      <dc:date>2020-01-24T19:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273296#M79298</link>
      <description>&lt;P&gt;Hi, John.&lt;/P&gt;
&lt;P&gt;Here is a very simplistic offering to just grip all text in the current layout that contains a given text string.&lt;/P&gt;
&lt;P&gt;Note that case IS sensitive.&lt;/P&gt;
&lt;PRE&gt;(defun C:SimpleFind ( / *error* vars vals ss str)
   ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
   ;*                                                                           *
   ;*         SimpleFind.LSP by John F. Uhden                                   *
   ;*                           2 Village Road                                  *
   ;*                           Sea Girt, NJ  08750                             *
   ;*                                                                           *
   ;* * * * * * * * * * * *  Do not delete this heading!  * * * * * * * * * * * *

   ; Program performs a simple search for text in the current layout

   ; v1.0 (01-24-2020) made for John Laidler

   (gc)
   (prompt "\nSimpleFind v1.0 (c)2020, John F. Uhden")
   (defun *error* (error)
      (mapcar 'setvar vars vals)
      (vla-endundomark *doc*)
      (cond
        (not error)
        ((wcmatch (strcase error) "*CANCEL*,*QUIT*")
          (vl-exit-with-error "\r                                              ")
        )
        (1 (vl-exit-with-error (strcat "\r*ERROR*: " error)))
      )
      (princ)
   )
   ;;------------------------------------------
   ;; Intitialze drawing and program variables:
   ;;
   (setq *acad* (vlax-get-acad-object))
   (setq *doc* (vlax-get *acad* 'ActiveDocument))
   (vla-endundomark *doc*)
   (vla-startundomark *doc*)
   (setq vars '("cmdecho" "highlight"))
   (setq vals (mapcar 'getvar vars))
   (mapcar 'setvar vars '(0 1))
   (command "_.expert" (getvar "expert")) ;; dummy command

   (and
     (setq str (getstring T "\nEnter string to find: "))
     (setq str (strcat "*" str "*"))
     (setq ss (ssget "X" (list '(0 . "*TEXT")(cons 1 str)(cons 410 (getvar "ctab")))))
     (princ (strcat "\nFound " (itoa (sslength ss)) " matching text entities."))
     (sssetfirst nil ss)
   )
   (*error* nil)
)
(defun c:SFind ()(c:SimpleFind))&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Jan 2020 19:34:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273296#M79298</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-01-24T19:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273331#M79299</link>
      <description>&lt;PRE&gt;(setq ss (ssget "X" (list '(0 . "*TEXT")(cons 1 str)(cons 410 (getvar "ctab")))))&lt;/PRE&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp; FYI .. this filter will fail on long MTEXT strings since the text is stored in multiple 3 codes.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 19:56:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273331#M79299</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2020-01-24T19:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273362#M79300</link>
      <description>A very good point about which I had forgotten.&lt;BR /&gt;But I think a couple of &lt;ORS would="" fix="" it=""&gt;&lt;/ORS&gt;</description>
      <pubDate>Fri, 24 Jan 2020 20:11:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273362#M79300</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-01-24T20:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273771#M79301</link>
      <description>&lt;P&gt;It may be worth doing a ask Model, 1 layout, All etc and then yes loop through the (410's could add pick layout&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot148.png" style="width: 179px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/721139i3711F46F8BCEE2A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot148.png" alt="screenshot148.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 00:36:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9273771#M79301</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-01-25T00:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9277394#M79302</link>
      <description>&lt;P&gt;This version should handle long text strings, though it is likely to be slower.&lt;/P&gt;
&lt;PRE&gt;(defun C:SimpleFind ( / *error* vars vals ss str i obj found)
   ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
   ;*                                                                           *
   ;*         SimpleFind.LSP by John F. Uhden                                   *
   ;*                           2 Village Road                                  *
   ;*                           Sea Girt, NJ  08750                             *
   ;*                                                                           *
   ;* * * * * * * * * * * *  Do not delete this heading!  * * * * * * * * * * * *

   ; Program performs a simple search for text in the current layout

   ; v1.0 (01-24-2020) made for John Laidler
   ; v1.1 (01-27-2020) revised to handle long text strings

   (gc)
   (prompt "\nSimpleFind v1.1 (c)2020, John F. Uhden")
   (defun *error* (error)
      (mapcar 'setvar vars vals)
      (vla-endundomark *doc*)
      (cond
        (not error)
        ((wcmatch (strcase error) "*CANCEL*,*QUIT*")
          (vl-exit-with-error "\r                                              ")
        )
        (1 (vl-exit-with-error (strcat "\r*ERROR*: " error)))
      )
      (princ)
   )
   ;;------------------------------------------
   ;; Intitialze drawing and program variables:
   ;;
   (setq *acad* (vlax-get-acad-object))
   (setq *doc* (vlax-get *acad* 'ActiveDocument))
   (vla-endundomark *doc*)
   (vla-startundomark *doc*)
   (setq vars '("cmdecho" "highlight"))
   (setq vals (mapcar 'getvar vars))
   (mapcar 'setvar vars '(0 1))
   (command "_.expert" (getvar "expert")) ;; dummy command

   (and
     (setq str (getstring T "\nEnter string to find (case IS sensitive): "))
     (setq str (strcat "*" str "*"))
     (setq ss (ssget "X" (list '(0 . "*TEXT")(cons 410 (getvar "ctab")))))
     (setq found (ssadd))
     (repeat (setq i (sslength ss))
       (setq e (ssname ss (setq i (1- i)))
             obj (vlax-ename-vla-object e)
       )
       (if (wcmatch (vlax-get obj 'TextString) str)
         (ssadd e found)
       )
     )
     (princ (strcat "\nFound " (itoa (sslength found)) " matching text entities."))
     (sssetfirst nil found)
   )
   (*error* nil)
)
(defun c:SFind ()(c:SimpleFind))&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jan 2020 17:02:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9277394#M79302</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-01-27T17:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: FIND TEXT LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9277420#M79303</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp; Curious ... why do you include this?&lt;/P&gt;&lt;PRE&gt;(command "_.expert" (getvar "expert")) ;; dummy command&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jan 2020 17:18:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-text-lsp/m-p/9277420#M79303</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2020-01-27T17:18:08Z</dc:date>
    </item>
  </channel>
</rss>

