<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Creating a table</title>
		<link>http://tibasicdev.wikidot.com/forum/t-664036/creating-a-table</link>
		<description>Posts in the discussion thread &quot;Creating a table&quot; - Creating a user defined data entry table</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 17 May 2026 06:19:05 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-664036#post-1804512</guid>
				<title>Re: Creating a table</title>
				<link>http://tibasicdev.wikidot.com/forum/t-664036/creating-a-table#post-1804512</link>
				<description></description>
				<pubDate>Wed, 26 Jun 2013 12:20:11 +0000</pubDate>
				<wikidot:authorName>Xeda Elnara</wikidot:authorName>				<wikidot:authorUserId>595803</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>As well, you can press [Apps] then [6] to select Data/Matrix Editor which will prompt you for the appropriate information. To make it in a program :</p> <div class="code"> <pre><code>Dialog Title &quot;Matrix Maker&quot; Request &quot;rows&quot;,r,0 ;the extra 0 is to turn off alpha-lock for all of the Request commands Request &quot;columns&quot;,c Request &quot;name&quot;,n ;if you have your own name, you can omit this EndDlog newMat(expr(r),expr(c))→#n</code></pre></div> <p><strong>EDIT:</strong> I hope this helps, Lana :) Sorry for the delayed reply!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-664036#post-1804418</guid>
				<title>Re: Creating a table</title>
				<link>http://tibasicdev.wikidot.com/forum/t-664036/creating-a-table#post-1804418</link>
				<description></description>
				<pubDate>Wed, 26 Jun 2013 06:28:48 +0000</pubDate>
				<wikidot:authorName>stefan bauwens</wikidot:authorName>				<wikidot:authorUserId>1348354</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I guess you mean a Matrix?<br /> If so, it's very simple:</p> <div class="code"> <pre><code>name(r,c,n) Prgm newMat(r,c)→n EndPrgm</code></pre></div> <p>To run this program you just can write on the homescreen:<br /> name(rows, columns, name to save it to)</p> <p>I hope this helped you!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-664036#post-1801769</guid>
				<title>Creating a table</title>
				<link>http://tibasicdev.wikidot.com/forum/t-664036/creating-a-table#post-1801769</link>
				<description></description>
				<pubDate>Fri, 21 Jun 2013 22:12:07 +0000</pubDate>
				<wikidot:authorName>Svetlana Kuzeta</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>All,</p> <p>I am looking for a program that will</p> <p>First) As the user to enter , number of rows and number of columns<br /> Second) Based on user's input from First step, generate a table with that many number of rows and columns.</p> <p>Please help.</p> <p>Sincerely<br /> Lana</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>