<?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: select last object created such as polyline in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730338#M43023</link>
    <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7225276"&gt;@jalal.mousa&lt;/a&gt; I see your issue: you are incorrectly using LAST and PREVIOUS as if they are commands, when in reality they are sub-options AFTER you start a command like MOVE or COPY.&lt;BR /&gt;&lt;BR /&gt;I take it you did not quite understand my last reply either. Sorry it was written with assumptions on my part.&lt;BR /&gt;&lt;BR /&gt;I am going to guess at your actual intent-&lt;BR /&gt;You do not know there is a command call SELECT: when you activate this command then use LAST or PREVIOUS, you can get that PLINE selected and stay selected when you exit SELECT command.  Look up usage in HELP.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
    <pubDate>Sat, 04 Feb 2023 22:04:08 GMT</pubDate>
    <dc:creator>pendean</dc:creator>
    <dc:date>2023-02-04T22:04:08Z</dc:date>
    <item>
      <title>select last object created such as polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730212#M43017</link>
      <description>&lt;P&gt;Hi There&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way a command to select last item/object created such as polyline using Autocad command&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 20:24:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730212#M43017</guid>
      <dc:creator>jalal.mousa</dc:creator>
      <dc:date>2023-02-04T20:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: select last object created such as polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730228#M43018</link>
      <description>Most of the AutoCAD commands respond to LAST or PREVIOUS for a selection option (which will pick up a PLINE too)&lt;BR /&gt;&lt;A href="https://www.cadtobim.com/object-selection.html#:~:text=6.%20Select%20Last%20Created,it%20will%20be%20selected" target="_blank"&gt;https://www.cadtobim.com/object-selection.html#:~:text=6.%20Select%20Last%20Created,it%20will%20be%20selected&lt;/A&gt;. &lt;BR /&gt;and&lt;BR /&gt;&lt;A href="https://www.cadtobim.com/object-selection.html#:~:text=If%20you%20want%20to%20modify%20the%20same%20objects%20simultaneously%20using%20different%20commands%20or%20you%20cancel%20the%20command%20after%20you%20selected%20objects%2C%20you%20don%E2%80%99t%20have%20to%20reselect%20objects%20all%20over%20again.%20When%20prompted%20to%20select%20objects%2C%20type%20%5BP%5D%20and%20previous%20objects%20will%20be%20selected.%C2%A0" target="_blank"&gt;https://www.cadtobim.com/object-selection.html#:~:text=If%20you%20want%20to%20modify%20the%20same%20objects%20simultaneously%20using%20different%20commands%20or%20you%20cancel%20the%20command%20after%20you%20selected%20objects%2C%20you%20don%E2%80%99t%20have%20to%20reselect%20objects%20all%20over%20again.%20When%20prompted%20to%20select%20objects%2C%20type%20%5BP%5D%20and%20previous%20objects%20will%20be%20selected.%C2%A0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;OR.... are you perhaps having something way more specific going on, or a specific command/function?&lt;BR /&gt;&lt;BR /&gt;Elaborate please.</description>
      <pubDate>Sat, 04 Feb 2023 20:36:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730228#M43018</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-02-04T20:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: select last object created such as polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730259#M43019</link>
      <description>&lt;P&gt;I answered your question in the VBA forum. It's not polite to ask the same question in multiple forums. If you made a mistake an posted to the wrong forum, then click the !Report button and ask the moderator to move it to the correct forum. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 20:58:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730259#M43019</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-02-04T20:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: select last object created such as polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730285#M43020</link>
      <description>&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;thanks for your answer&lt;/P&gt;&lt;P&gt;in my previous post they ask me to post in the proper forum VBA if this is coding question or AutoCAD if this related to program itself&lt;/P&gt;&lt;P&gt;so i did ask question in AutoCAD to learn about specific command that i can call and VBA to see if there is different way to do it&lt;/P&gt;&lt;P&gt;thanks for understanding&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 21:18:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730285#M43020</guid>
      <dc:creator>jalal.mousa</dc:creator>
      <dc:date>2023-02-04T21:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: select last object created such as polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730293#M43021</link>
      <description>&lt;P&gt;Thanks pendean&lt;/P&gt;&lt;P&gt;I tried last before but i don't see option to call last polyline&lt;/P&gt;&lt;P&gt;and previous not recognized&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 21:24:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730293#M43021</guid>
      <dc:creator>jalal.mousa</dc:creator>
      <dc:date>2023-02-04T21:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: select last object created such as polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730335#M43022</link>
      <description>&lt;P&gt;First &lt;EM&gt;start a command&lt;/EM&gt; that involves object selection, then when it's asking you to select objects, type &lt;STRONG&gt;L&lt;/STRONG&gt; for &lt;STRONG&gt;L&lt;/STRONG&gt;ast.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 22:02:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730335#M43022</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-02-04T22:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: select last object created such as polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730338#M43023</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7225276"&gt;@jalal.mousa&lt;/a&gt; I see your issue: you are incorrectly using LAST and PREVIOUS as if they are commands, when in reality they are sub-options AFTER you start a command like MOVE or COPY.&lt;BR /&gt;&lt;BR /&gt;I take it you did not quite understand my last reply either. Sorry it was written with assumptions on my part.&lt;BR /&gt;&lt;BR /&gt;I am going to guess at your actual intent-&lt;BR /&gt;You do not know there is a command call SELECT: when you activate this command then use LAST or PREVIOUS, you can get that PLINE selected and stay selected when you exit SELECT command.  Look up usage in HELP.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Sat, 04 Feb 2023 22:04:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-last-object-created-such-as-polyline/m-p/11730338#M43023</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-02-04T22:04:08Z</dc:date>
    </item>
  </channel>
</rss>

