<?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: Add a Data Row to the Top of the Table in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9533167#M74664</link>
    <description>&lt;P&gt;Sorry my fault I am trying to put values to columns that do not exist.&lt;/P&gt;&lt;P&gt;set the column number to 5&amp;nbsp;&lt;FONT&gt;(setq numcolumns 5)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 May 2020 01:56:20 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2020-05-22T01:56:20Z</dc:date>
    <item>
      <title>Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9516024#M74648</link>
      <description>&lt;P&gt;I tend to have a difficult time modifying dotted pair lists.&amp;nbsp; But I'm looking for a way to modify a table that automatically gets generated.&amp;nbsp; It has a Title Row, Header Row and of course several Data Rows.&amp;nbsp; I'd like to add a data row at the top, then in each of the cells write some text.&amp;nbsp; I'm assuming a good starting point, is to take all the 141 dotted pairs and insert an extra 141 dotted pair.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Original (141 . 5.0) (141 . 4.33333) (141 . 4.80952)&amp;nbsp;(141 . 4.80952)&amp;nbsp;(141 . 4.80952)&lt;/P&gt;&lt;P&gt;New (141 . 5.0) (141 . 4.33333)&amp;nbsp;(141 . 4.80952) (141 . 4.80952)&amp;nbsp;(141 . 4.80952)&amp;nbsp;(141 . 4.80952)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then to make sure the values are what I need them to be, but again, i'd have to insert them in the dotted pairs in the right order for them to be at the top data row.&amp;nbsp; All of this of course, using entmod.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 13:16:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9516024#M74648</guid>
      <dc:creator>kpennell</dc:creator>
      <dc:date>2020-05-14T13:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9516792#M74649</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/60740"&gt;@kpennell&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I tend to have a difficult time modifying dotted pair lists.&amp;nbsp; But I'm looking for a way to modify a table that automatically gets generated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.... All of this of course, using entmod.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Quick question: Why &lt;EM&gt;entmod&lt;/EM&gt;?&lt;/P&gt;
&lt;P&gt;The thought of using other than ActiveX&amp;nbsp;to modify a table never cross my mind.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 17:52:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9516792#M74649</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2020-05-14T17:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9516898#M74650</link>
      <description>&lt;P&gt;Because I don't know any better?&amp;nbsp;¯\_(ツ)_/¯&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 18:30:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9516898#M74650</guid>
      <dc:creator>kpennell</dc:creator>
      <dc:date>2020-05-14T18:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9516908#M74651</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/60740"&gt;@kpennell&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Because I don't know any better?&amp;nbsp;¯\_(ツ)_/¯&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fair enough, most of the time, the answer is "Im using Mac" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Post a drawing sample. I think its easy to come up with an vanilla solution for modifying a ACAD_table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; Shop Before and After please &amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 18:38:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9516908#M74651</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2020-05-14T18:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9517533#M74652</link>
      <description>&lt;P&gt;Have you looked at VLA-INSERTROW method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&amp;nbsp;(vla-insertrows tb 1 1 1) look up help&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;(setq rownum (vla-get-rows obj2))&lt;BR /&gt;(vla-InsertRows obj2&amp;nbsp; rownum&amp;nbsp; (vla-GetRowHeight obj2 (- rownum 1)) 1)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 23:51:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9517533#M74652</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-05-14T23:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518184#M74653</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Have you looked at VLA-INSERTROW method.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exactly. But I think this topic is more an exercise for list manipulation.&lt;/P&gt;
&lt;P&gt;Let see what the OP have in mind.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 08:37:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518184#M74653</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2020-05-15T08:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518245#M74654</link>
      <description>&lt;P&gt;I have seen examples of&amp;nbsp;&lt;SPAN&gt;vla-InsertRows, but they tend to add rows to the end of the table.&amp;nbsp; As per all your comments, I do think vla is the way to go, and not 'entmod'.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 09:14:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518245#M74654</guid>
      <dc:creator>kpennell</dc:creator>
      <dc:date>2020-05-15T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518300#M74655</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/60740"&gt;@kpennell&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I do think vla is the way to go, and not 'entmod'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;Shame you're giving up on entmod. I really thought its more of an&amp;nbsp; exercise for list manipulation than anything.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/60740"&gt;@kpennell&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have seen examples of&amp;nbsp;&lt;SPAN&gt;vla-InsertRows, but&lt;FONT color="#0000FF"&gt; they tend to add rows to the end of the table.&lt;/FONT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Go for it then.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;Not really&lt;/FONT&gt; you can assign the index as per&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;&amp;nbsp; post&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(setq tb (vlax-ename-&amp;gt;vla-object (CAr (entsel))))
(setq rownum (vla-get-rows tb))
(vla-InsertRows tb  1  (vla-GetRowHeight tb (- rownum 1)) 1)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 = The first Row&lt;/P&gt;
&lt;P&gt;And in your case should be 2 . as the first Data row after Title (0) Header (1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try it.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 09:45:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518300#M74655</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2020-05-15T09:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518320#M74656</link>
      <description>&lt;P&gt;I think, 'entmod' will still have it's place, when I want to modify the 'new' blank cells with strings that I want to have in there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(vla-InsertRows tb 2 (vla-GetRowHeight tb (- rownum 1)) 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... worked great.&amp;nbsp; I need to get up to speed on vla.&amp;nbsp; I can't seem to grasp it at all.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 09:51:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518320#M74656</guid>
      <dc:creator>kpennell</dc:creator>
      <dc:date>2020-05-15T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518347#M74657</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/60740"&gt;@kpennell&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I think, 'entmod' will still have it's place, when I want to modify the 'new' blank cells with strings that I want to have in there.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I think you should go VL all the way&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/60740"&gt;@kpennell&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;((lambda (n)
   (mapcar '(lambda (str)
	      (vla-settext tb 2 (setq n (1+ n)) str)
	      str
	    )
	   '("This" "is" "the" "data" "kpennell");&amp;lt;--- your string values
   )
 )
  -1
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 10:03:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518347#M74657</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2020-05-15T10:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518365#M74658</link>
      <description>&lt;P&gt;vla.&amp;nbsp; where do I start reading?&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 10:13:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518365#M74658</guid>
      <dc:creator>kpennell</dc:creator>
      <dc:date>2020-05-15T10:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518379#M74659</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/60740"&gt;@kpennell&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;vla.&amp;nbsp; where do I start reading?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Good for you kpennell, This a good place to start&amp;nbsp;&lt;A href="https://www.afralisp.net/visual-lisp/" target="_blank" rel="noopener"&gt;Visual LISP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 10:22:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9518379#M74659</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2020-05-15T10:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9522796#M74660</link>
      <description>&lt;P&gt;Vlisp and tables is a bit complicated but plenty of examples for me at times trial and error and of course Google.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 04:19:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9522796#M74660</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-05-18T04:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9525509#M74661</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/564264"&gt;@pbejse&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/60740"&gt;@kpennell&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I do think vla is the way to go, and not 'entmod'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;Shame you're giving up on entmod. I really thought its more of an&amp;nbsp; exercise for list manipulation than anything.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I went ahead and tried it for myself. it took a whole lot of codes compared to just using&amp;nbsp;&lt;EM&gt;vla-InsertRows, &lt;/EM&gt;breaking the entity data apart, modifying the associated list, adding new stuff and then putting it back together. I'm not going through that again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sweat.png" style="width: 33px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/772458i7AFDA68432A8AB57/image-dimensions/33x33?v=v2" width="33" height="33" role="button" title="sweat.png" alt="sweat.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But it was fun though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 04:19:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9525509#M74661</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2020-05-19T04:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9528981#M74662</link>
      <description>&lt;P&gt;You have certainly taught a man how to fish.&amp;nbsp; At least with a pole, and not yet a net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are tons of reference material that articulate all the functions and the arguments required for each.&amp;nbsp; Is there an equivalent for VLisp functions/methods, like vla-insertrows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't looked at the text files that&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;&amp;nbsp; posted yet.&amp;nbsp; I will be doing that shortly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much all, for the enlightening conversation.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 09:54:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9528981#M74662</guid>
      <dc:creator>kpennell</dc:creator>
      <dc:date>2020-05-20T09:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9528988#M74663</link>
      <description>&lt;P&gt;I'm getting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;; error: Automation Error. Invalid input&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the Make Table.lsp file&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 09:58:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9528988#M74663</guid>
      <dc:creator>kpennell</dc:creator>
      <dc:date>2020-05-20T09:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9533167#M74664</link>
      <description>&lt;P&gt;Sorry my fault I am trying to put values to columns that do not exist.&lt;/P&gt;&lt;P&gt;set the column number to 5&amp;nbsp;&lt;FONT&gt;(setq numcolumns 5)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 01:56:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9533167#M74664</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-05-22T01:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Data Row to the Top of the Table</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9533579#M74665</link>
      <description>&lt;P&gt;Very nice.&amp;nbsp; I can see this being extremely valuable.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 08:38:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-a-data-row-to-the-top-of-the-table/m-p/9533579#M74665</guid>
      <dc:creator>kpennell</dc:creator>
      <dc:date>2020-05-22T08:38:32Z</dc:date>
    </item>
  </channel>
</rss>

