<?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 About leader command in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/about-leader-command/m-p/10582203#M56349</link>
    <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;Thank you again for your help.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The leader command is completed by specifying the starting point, the next point, and then typing "A" and the text.&lt;BR /&gt;Is it possible to use AutoLisp to specify the coordinates at the start point, click the mouse at the next point, type "A", enter text, and pass the text variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Sun, 29 Aug 2021 07:06:17 GMT</pubDate>
    <dc:creator>saitoib</dc:creator>
    <dc:date>2021-08-29T07:06:17Z</dc:date>
    <item>
      <title>About leader command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/about-leader-command/m-p/10582203#M56349</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;Thank you again for your help.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The leader command is completed by specifying the starting point, the next point, and then typing "A" and the text.&lt;BR /&gt;Is it possible to use AutoLisp to specify the coordinates at the start point, click the mouse at the next point, type "A", enter text, and pass the text variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 07:06:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/about-leader-command/m-p/10582203#M56349</guid>
      <dc:creator>saitoib</dc:creator>
      <dc:date>2021-08-29T07:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: About leader command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/about-leader-command/m-p/10582759#M56350</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5108811"&gt;@saitoib&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(SETQ PT1 '(0 0 0))
(SETQ TEXT "text to leader")
(SETQ OSMODE (GETVAR 'OSMODE))
(SETVAR 'OSMODE 0)
(VL-CMDF "leader" PT1 PAUSE "A" TEXT "")
(SETVAR 'OSMODE OSMODE)
&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 29 Aug 2021 16:08:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/about-leader-command/m-p/10582759#M56350</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2021-08-29T16:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: About leader command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/about-leader-command/m-p/10583160#M56351</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/58962"&gt;@devitg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PAUSE, huh?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've solved it.&lt;BR /&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 22:16:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/about-leader-command/m-p/10583160#M56351</guid>
      <dc:creator>saitoib</dc:creator>
      <dc:date>2021-08-29T22:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: About leader command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/about-leader-command/m-p/10583518#M56352</link>
      <description>&lt;P&gt;You can also use "\\" it's a bit more consistent since pause could be redefined by a rogue routine.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ronjonp_0-1630293824570.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/958741iD82DA7CF328E05D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ronjonp_0-1630293824570.png" alt="ronjonp_0-1630293824570.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 03:24:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/about-leader-command/m-p/10583518#M56352</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2021-08-30T03:24:15Z</dc:date>
    </item>
  </channel>
</rss>

