<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Free Science Fiction Stories</title>
	<atom:link href="http://freescifistories.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://freescifistories.wordpress.com</link>
	<description>Free stories from the depths of my imagination</description>
	<lastBuildDate>Mon, 16 Nov 2009 10:40:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Wee Basic Manual by freescifistories</title>
		<link>http://freescifistories.wordpress.com/wee-basic-manual/#comment-660</link>
		<dc:creator>freescifistories</dc:creator>
		<pubDate>Mon, 16 Nov 2009 10:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://freescifistories.wordpress.com/?page_id=80#comment-660</guid>
		<description>Sorry basic fan but &#039;;&#039; doesn&#039;t work with print at, only with print.  Dim for string is limited to 30 strings.  Each string has 79 characters max.</description>
		<content:encoded><![CDATA[<p>Sorry basic fan but &#8216;;&#8217; doesn&#8217;t work with print at, only with print.  Dim for string is limited to 30 strings.  Each string has 79 characters max.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wee Basic Manual by BASIC FaN</title>
		<link>http://freescifistories.wordpress.com/wee-basic-manual/#comment-659</link>
		<dc:creator>BASIC FaN</dc:creator>
		<pubDate>Mon, 16 Nov 2009 02:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://freescifistories.wordpress.com/?page_id=80#comment-659</guid>
		<description>Hi freescifistories

waiting news I&#039;m developing a nice software and I fall in &quot;;&quot; trouble....
using this code afterdown I get &quot;Ok&quot; at 13 rows and &quot;hello&quot; at the first rows... why ??? 
if &quot;;&quot; must attach characters in following sequence starting from the last text position why this trouble?

here weebasic code
------------------------
dim letter$(5)
let letter$(1)=&quot;h&quot;
let letter$(2)=&quot;e&quot;
let letter$(3)=&quot;l&quot;
let letter$(4)=&quot;l&quot;
let letter$(5)=&quot;o&quot;

rem let&#039;s test &#039;;&#039; with print *
let e = 0
print 1 at 0,13 &quot;ok&quot;;
gosub getkey:

 for e=1 to 5
 print 1 letter$(e);
 next
gosub getkey:
end

rem wait for a key to be pressed *
sub getkey:
let k=0
while k=0
 let k=key()
wend
return 
------------------
Just another question... 
How many characters can I put in a weebasic_string? 
... using DIM striga$(N)  N max is 30?
... and then in Weebasic charset isn&#039;t printable characters with accent.... Must I convert in 2 characters? (ie à become a&#039;)

bye bye 
and thank&#039;s for spending your time</description>
		<content:encoded><![CDATA[<p>Hi freescifistories</p>
<p>waiting news I&#8217;m developing a nice software and I fall in &#8220;;&#8221; trouble&#8230;.<br />
using this code afterdown I get &#8220;Ok&#8221; at 13 rows and &#8220;hello&#8221; at the first rows&#8230; why ???<br />
if &#8220;;&#8221; must attach characters in following sequence starting from the last text position why this trouble?</p>
<p>here weebasic code<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
dim letter$(5)<br />
let letter$(1)=&#8221;h&#8221;<br />
let letter$(2)=&#8221;e&#8221;<br />
let letter$(3)=&#8221;l&#8221;<br />
let letter$(4)=&#8221;l&#8221;<br />
let letter$(5)=&#8221;o&#8221;</p>
<p>rem let&#8217;s test &#8216;;&#8217; with print *<br />
let e = 0<br />
print 1 at 0,13 &#8220;ok&#8221;;<br />
gosub getkey:</p>
<p> for e=1 to 5<br />
 print 1 letter$(e);<br />
 next<br />
gosub getkey:<br />
end</p>
<p>rem wait for a key to be pressed *<br />
sub getkey:<br />
let k=0<br />
while k=0<br />
 let k=key()<br />
wend<br />
return<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Just another question&#8230;<br />
How many characters can I put in a weebasic_string?<br />
&#8230; using DIM striga$(N)  N max is 30?<br />
&#8230; and then in Weebasic charset isn&#8217;t printable characters with accent&#8230;. Must I convert in 2 characters? (ie à become a&#8217;)</p>
<p>bye bye<br />
and thank&#8217;s for spending your time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SophistimaCalc Manual by freescifistories</title>
		<link>http://freescifistories.wordpress.com/sophistimacalc-manual/#comment-658</link>
		<dc:creator>freescifistories</dc:creator>
		<pubDate>Sun, 15 Nov 2009 22:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://freescifistories.wordpress.com/google853871329b5d298ahtml/#comment-658</guid>
		<description>Thanks Jim.  That&#039;s what I had in mind.  I&#039;ll have to experiment a little.</description>
		<content:encoded><![CDATA[<p>Thanks Jim.  That&#8217;s what I had in mind.  I&#8217;ll have to experiment a little.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SophistimaCalc Manual by Jim</title>
		<link>http://freescifistories.wordpress.com/sophistimacalc-manual/#comment-657</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 15 Nov 2009 15:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://freescifistories.wordpress.com/google853871329b5d298ahtml/#comment-657</guid>
		<description>Sorry to bother you once again but I here is something to consider on my initial request to call a stored program.  once the primary program calls a stored program and calculates its results, if the calculated result of the called program is then assigned to a memory variable, the called program could be dismissed and removed from active memory.  The initial program would remain active as well as those calculated results and the primary program would have the ability to call other stored programs that might need to use those newly calculated results.  So, we keep a small initial program in memory to call and then dismiss called programs.  Would that work?

Just as thought.

Thanks again,

Jim</description>
		<content:encoded><![CDATA[<p>Sorry to bother you once again but I here is something to consider on my initial request to call a stored program.  once the primary program calls a stored program and calculates its results, if the calculated result of the called program is then assigned to a memory variable, the called program could be dismissed and removed from active memory.  The initial program would remain active as well as those calculated results and the primary program would have the ability to call other stored programs that might need to use those newly calculated results.  So, we keep a small initial program in memory to call and then dismiss called programs.  Would that work?</p>
<p>Just as thought.</p>
<p>Thanks again,</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SophistimaCalc Manual by Jim</title>
		<link>http://freescifistories.wordpress.com/sophistimacalc-manual/#comment-656</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 15 Nov 2009 14:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://freescifistories.wordpress.com/google853871329b5d298ahtml/#comment-656</guid>
		<description>I do understand about the Apple review process.  More importantly, I fully appreciate your willingness to consider my requests.

Thank you in advance for all your efforts.

Jim</description>
		<content:encoded><![CDATA[<p>I do understand about the Apple review process.  More importantly, I fully appreciate your willingness to consider my requests.</p>
<p>Thank you in advance for all your efforts.</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SophistimaCalc Manual by freescifistories</title>
		<link>http://freescifistories.wordpress.com/sophistimacalc-manual/#comment-655</link>
		<dc:creator>freescifistories</dc:creator>
		<pubDate>Sun, 15 Nov 2009 08:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://freescifistories.wordpress.com/google853871329b5d298ahtml/#comment-655</guid>
		<description>Not pushing things at all Jim.  It&#039;s great to get feedback.  Just so you know, Apple takes about two weeks to review changes once they are ready so it&#039;ll be a few weeks until the extra features are available.</description>
		<content:encoded><![CDATA[<p>Not pushing things at all Jim.  It&#8217;s great to get feedback.  Just so you know, Apple takes about two weeks to review changes once they are ready so it&#8217;ll be a few weeks until the extra features are available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SophistimaCalc Manual by freescifistories</title>
		<link>http://freescifistories.wordpress.com/sophistimacalc-manual/#comment-654</link>
		<dc:creator>freescifistories</dc:creator>
		<pubDate>Sun, 15 Nov 2009 08:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://freescifistories.wordpress.com/google853871329b5d298ahtml/#comment-654</guid>
		<description>I understand.  I&#039;ll think of how best to do this.</description>
		<content:encoded><![CDATA[<p>I understand.  I&#8217;ll think of how best to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SophistimaCalc Manual by Jim</title>
		<link>http://freescifistories.wordpress.com/sophistimacalc-manual/#comment-653</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 15 Nov 2009 04:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://freescifistories.wordpress.com/google853871329b5d298ahtml/#comment-653</guid>
		<description>Hi, Jim here again:

If you can provide the earlier requests, would I be pushing things a bit too hard if I were to also request the ability to define and control an array, probably only two dimensional with ability to control the index under program control?

Thanks once again for your consideration,

Jim</description>
		<content:encoded><![CDATA[<p>Hi, Jim here again:</p>
<p>If you can provide the earlier requests, would I be pushing things a bit too hard if I were to also request the ability to define and control an array, probably only two dimensional with ability to control the index under program control?</p>
<p>Thanks once again for your consideration,</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SophistimaCalc Manual by Jim</title>
		<link>http://freescifistories.wordpress.com/sophistimacalc-manual/#comment-652</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 15 Nov 2009 03:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://freescifistories.wordpress.com/google853871329b5d298ahtml/#comment-652</guid>
		<description>HI and thanks for your reply.

Yes but perhaps also to allow me to further ask if I want to run that same particular called program once again or to run a different saved program.... all from the initial program.

Thank you for your consideration of such an addition to what appears to be a great calculator.

Thanks again,

Jim</description>
		<content:encoded><![CDATA[<p>HI and thanks for your reply.</p>
<p>Yes but perhaps also to allow me to further ask if I want to run that same particular called program once again or to run a different saved program&#8230;. all from the initial program.</p>
<p>Thank you for your consideration of such an addition to what appears to be a great calculator.</p>
<p>Thanks again,</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SophistimaCalc Manual by freescifistories</title>
		<link>http://freescifistories.wordpress.com/sophistimacalc-manual/#comment-651</link>
		<dc:creator>freescifistories</dc:creator>
		<pubDate>Sun, 15 Nov 2009 01:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://freescifistories.wordpress.com/google853871329b5d298ahtml/#comment-651</guid>
		<description>Jim, just a clarification.  I gather you would want to run the called program without actually having it replace the existing program in the input window.  Is this what you had in mind?</description>
		<content:encoded><![CDATA[<p>Jim, just a clarification.  I gather you would want to run the called program without actually having it replace the existing program in the input window.  Is this what you had in mind?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
