<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, what object is created when I Insert Table?</title>
    <link>http://www.mapleprimes.com/questions/98611-What-Object-Is-Created-When-I-Insert-Table</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 21:00:12 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:00:12 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, what object is created when I Insert Table?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, what object is created when I Insert Table?</title>
      <link>http://www.mapleprimes.com/questions/98611-What-Object-Is-Created-When-I-Insert-Table</link>
    </image>
    <item>
      <title>exsprseq</title>
      <link>http://www.mapleprimes.com/questions/98611-What-Object-Is-Created-When-I-Insert-Table?ref=Feed:MaplePrimes:what object is created when I Insert Table?:Comments#answer98649</link>
      <itunes:summary>&lt;p&gt;I tried to give the literal answer to your question, having inserted a Table by Menu/Insert and having asked its type. The result is seen on a screenshot&amp;nbsp;&lt;a href="/view.aspx?sf=98649/313572/whattype.doc"&gt;whattype.doc&lt;/a&gt; and&amp;nbsp; &lt;a href="/view.aspx?sf=98649/313572/whattype.mw"&gt;whattype.mw&lt;/a&gt; .&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I tried to give the literal answer to your question, having inserted a Table by Menu/Insert and having asked its type. The result is seen on a screenshot&amp;nbsp;&lt;a href="/view.aspx?sf=98649/313572/whattype.doc"&gt;whattype.doc&lt;/a&gt; and&amp;nbsp; &lt;a href="/view.aspx?sf=98649/313572/whattype.mw"&gt;whattype.mw&lt;/a&gt; .&lt;/p&gt;</description>
      <guid>98649</guid>
      <pubDate>Fri, 05 Nov 2010 19:22:32 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>yes</title>
      <link>http://www.mapleprimes.com/questions/98611-What-Object-Is-Created-When-I-Insert-Table?ref=Feed:MaplePrimes:what object is created when I Insert Table?:Comments#answer98761</link>
      <itunes:summary>&lt;p&gt;Yes, you are right. The inserted GUI Table is not available using programming commands.&lt;/p&gt;
&lt;p&gt;The suggestion relating to whattype(%) is a false clue, I believe. Any new session (without use of a maple initialization file) does the same thing with or without a GUI Table's having been inserted. That is probably just because whattype(NULL) returns `expreseq` too. In the answer which mentioned this, the call to % doesn't connect to the inserted GUI Table which is a pure GUI thing and not a kernel/Library object.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Yes, you are right. The inserted GUI Table is not available using programming commands.&lt;/p&gt;
&lt;p&gt;The suggestion relating to whattype(%) is a false clue, I believe. Any new session (without use of a maple initialization file) does the same thing with or without a GUI Table's having been inserted. That is probably just because whattype(NULL) returns `expreseq` too. In the answer which mentioned this, the call to % doesn't connect to the inserted GUI Table which is a pure GUI thing and not a kernel/Library object.&lt;/p&gt;</description>
      <guid>98761</guid>
      <pubDate>Tue, 09 Nov 2010 01:40:23 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
    <item>
      <title>yes but...</title>
      <link>http://www.mapleprimes.com/questions/98611-What-Object-Is-Created-When-I-Insert-Table?ref=Feed:MaplePrimes:what object is created when I Insert Table?:Comments#comment98706</link>
      <itunes:summary>&lt;p&gt;Thank you. It is good to know that it is an expression sequence.&lt;/p&gt;
&lt;p&gt;Can I enetr or access entires by name or can I just type into the boxes. That is, is the Insert Table command just&amp;nbsp; for formatting? Usually, if one has an expressseq z one can refer to z[3]. I don't see how to even name my table.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you. It is good to know that it is an expression sequence.&lt;/p&gt;
&lt;p&gt;Can I enetr or access entires by name or can I just type into the boxes. That is, is the Insert Table command just&amp;nbsp; for formatting? Usually, if one has an expressseq z one can refer to z[3]. I don't see how to even name my table.&lt;/p&gt;</description>
      <guid>98706</guid>
      <pubDate>Sun, 07 Nov 2010 19:35:06 Z</pubDate>
      <itunes:author>awass</itunes:author>
      <author>awass</author>
    </item>
    <item>
      <title>To Maple developers</title>
      <link>http://www.mapleprimes.com/questions/98611-What-Object-Is-Created-When-I-Insert-Table?ref=Feed:MaplePrimes:what object is created when I Insert Table?:Comments#comment98732</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/98611-What-Object-Is-Created-When-I-Insert-Table#comment98706"&gt;@awass&lt;/a&gt; Your question should be addressed rather to the Maple developers than to the Maple users. Some outputs are difficult to work with. By the way, I am not sure in my answer in view of &lt;a href="/view.aspx?sf=98732/313708/whattype1.doc"&gt;whattype1.doc&lt;/a&gt; .&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/98611-What-Object-Is-Created-When-I-Insert-Table#comment98706"&gt;@awass&lt;/a&gt; Your question should be addressed rather to the Maple developers than to the Maple users. Some outputs are difficult to work with. By the way, I am not sure in my answer in view of &lt;a href="/view.aspx?sf=98732/313708/whattype1.doc"&gt;whattype1.doc&lt;/a&gt; .&lt;/p&gt;</description>
      <guid>98732</guid>
      <pubDate>Mon, 08 Nov 2010 00:54:41 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>Thank you</title>
      <link>http://www.mapleprimes.com/questions/98611-What-Object-Is-Created-When-I-Insert-Table?ref=Feed:MaplePrimes:what object is created when I Insert Table?:Comments#comment98768</link>
      <itunes:summary>&lt;p&gt;for the clarification. It answers my question completely.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;for the clarification. It answers my question completely.&lt;/p&gt;</description>
      <guid>98768</guid>
      <pubDate>Tue, 09 Nov 2010 03:39:41 Z</pubDate>
      <itunes:author>awass</itunes:author>
      <author>awass</author>
    </item>
  </channel>
</rss>