<?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: [HOW to] Insert Text in Coordinates in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/9099292#M291984</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; Would this be possible through Lisp,&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Hi yes, if you want it using LISP then &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;this forum&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; would be the best to ask.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2019 18:33:23 GMT</pubDate>
    <dc:creator>Alfred.NESWADBA</dc:creator>
    <dc:date>2019-10-21T18:33:23Z</dc:date>
    <item>
      <title>[HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6045098#M291969</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Coordinates X, Y value and some remarks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;X &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Y &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TEXT&lt;/P&gt;&lt;P&gt;100 &amp;nbsp; &amp;nbsp;150 &amp;nbsp; &amp;nbsp;TRENCH START&lt;/P&gt;&lt;P&gt;150 &amp;nbsp; &amp;nbsp;150 &amp;nbsp; &amp;nbsp;DUCT BANK START&lt;/P&gt;&lt;P&gt;200 &amp;nbsp; &amp;nbsp;150 &amp;nbsp; DUCT BANK END&lt;/P&gt;&lt;P&gt;300 &amp;nbsp; &amp;nbsp;150 &amp;nbsp; TRENCH END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to Import above text value in respective coordinates in AutoCAD.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest me some good lisp or idea to finish my work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have more than 1000 data to enter like above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:21:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6045098#M291969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-18T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6045428#M291970</link>
      <description>&lt;P&gt;You could create a script file like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;point
100,150
text
100,150


TRENCH START
point
150,150
text
150,150


DUCT BANK START
point
200,150
text
200,150


DUCT BANK END
point
300,150
text
300,150


TRENCH END
end&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Feb 2016 14:15:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6045428#M291970</guid>
      <dc:creator>Jonathan3891</dc:creator>
      <dc:date>2016-02-18T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046715#M291971</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi&amp;nbsp;Jonathan Norton,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks for for your reply.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Actually in my company script file is locked.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;like I cannot save file extn as *.scr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://forums.autodesk.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please give some other option if any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MK&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 04:35:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046715#M291971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-19T04:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046886#M291972</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; Actually in my company script file is locked. like I cannot save file extn as *.scr&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Ask them to let you save it, just not execute it (execute from operating system).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As alternative: when you have the file created, you can also copy &amp;amp; paste the content of the script into the command-line of AutoCAD. It's the same as starting the SCR with command&lt;STRONG&gt;&lt;FONT color="#000080"&gt; _SCRIPT&lt;/FONT&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 08:23:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046886#M291972</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-02-19T08:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046896#M291973</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Alfred ,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;I already tried the same , IT could not help me in this.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;As you said I tried this,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;copied the content and pasted but text did not placed, instead it was asking to enter text - SEE ATTACHED FILE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;MK&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 08:33:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046896#M291973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-19T08:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046901#M291974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ohh, you are right, didn't think about TEXT, sorry!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have AutoCAD or AutOCAD LT? In first case you can use LISP to place the text instead of direct input as command, sample:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#333333"&gt;(command "_TEXT" "1,1" "2" "0" "This is my Text")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 08:38:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046901#M291974</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-02-19T08:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046951#M291975</link>
      <description>&lt;P&gt;Hi Alfred,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Autocad 2015 (full version)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you write and give sample LISP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know how to write lisp program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 09:27:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046951#M291975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-19T09:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046972#M291976</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; Can you write and give sample LISP?&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I wrote you one line as sample in my previous message, you just need to use this line with your text, textsize, position and rotation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#333333"&gt;(command "_TEXT" "1,1" "2" "0" "This is my Text")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;whereas;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;"_TEXT" is the command you call from lisp (so it does not wait with the cursor in the screenarea)&lt;/LI&gt;
&lt;LI&gt;"1,1" is the position&lt;/LI&gt;
&lt;LI&gt;"2" is the textsize&lt;/LI&gt;
&lt;LI&gt;"0" is the rotation&lt;/LI&gt;
&lt;LI&gt;"this is my text" is the content you want to write&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the first two text objects from your sample then looks like that (well, not nowing text height and rotation):&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#333333"&gt;(command "_TEXT" "100,150" "2" "0" "TRENCH START")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#333333"&gt;(command "_TEXT" "150,150" "2" "0" "DUCT BANK START")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH, alfred -&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 09:44:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6046972#M291976</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-02-19T09:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6047097#M291977</link>
      <description>&lt;P&gt;Hi alfred&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that worked...!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks lot, 1000 data in one go...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 11:28:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/6047097#M291977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-19T11:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/7681500#M291978</link>
      <description>&lt;P&gt;Prefect!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been looking a method&amp;nbsp;like this for quite some time &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if similar approach is possible for multi line text as well?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 08:54:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/7681500#M291978</guid>
      <dc:creator>anders.haukeland</dc:creator>
      <dc:date>2018-01-11T08:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/8364030#M291979</link>
      <description>&lt;P&gt;As advised the lisp file has been created.&lt;/P&gt;&lt;P&gt;What should be the command to run the lisp in auto cad?&lt;/P&gt;</description>
      <pubDate>Sun, 28 Oct 2018 08:10:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/8364030#M291979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-28T08:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/8364036#M291980</link>
      <description>&lt;P&gt;Dear Karthik&lt;/P&gt;&lt;P&gt;May I have the LISP file you created or some sample lisp in this regards? Please send it to kbg1973@gmail.com&lt;/P&gt;</description>
      <pubDate>Sun, 28 Oct 2018 08:34:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/8364036#M291980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-28T08:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/8364044#M291981</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture1.jpg" style="width: 491px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/562711iA682ADA144291C7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Picture1.jpg" alt="Picture1.jpg" /&gt;&lt;/span&gt;Created LISP like this. Is it OK? or Please advise.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Oct 2018 08:40:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/8364044#M291981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-28T08:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/8364082#M291982</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; What should be the command to run the lisp in auto cad?&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You can simply copy &amp;amp; paste these lines into the command-line area of AutoCAD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 28 Oct 2018 10:10:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/8364082#M291982</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-10-28T10:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/9098851#M291983</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just saw this problem and i wonder if this would be possible for in- and output?&lt;/P&gt;&lt;P&gt;I want to extract coordinates from lines and re-enter some text at these positions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could this be done with excel as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example Ouput: Line1, x=10,y=20,z=0 [via Dataextract]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input: Text"Line1" at x,y,z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would this be possible through Lisp, without the in-between command elements?&lt;/P&gt;&lt;P&gt;The whole idea would be to output Data &amp;gt; manipulate in excel and input back again into plan drawings as text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 14:57:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/9098851#M291983</guid>
      <dc:creator>hannes.randhahn</dc:creator>
      <dc:date>2019-10-21T14:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/9099292#M291984</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; Would this be possible through Lisp,&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Hi yes, if you want it using LISP then &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;this forum&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; would be the best to ask.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 18:33:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/9099292#M291984</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-10-21T18:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: [HOW to] Insert Text in Coordinates</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/11163149#M291985</link>
      <description>Thanks</description>
      <pubDate>Wed, 11 May 2022 23:28:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-insert-text-in-coordinates/m-p/11163149#M291985</guid>
      <dc:creator>omar_zdn</dc:creator>
      <dc:date>2022-05-11T23:28:35Z</dc:date>
    </item>
  </channel>
</rss>

