<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>alt.lang.basic Google Group</title>
  <link>http://groups.google.com/group/alt.lang.basic</link>
  <description>The Language That Would Not Die.</description>
  <language>en</language>
  <item>
  <title>BBC BASIC for Windows Programmers&#39; Reference: Sep 08</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/6bfda4ab79370749/108a2fd4462271d0?show_docid=108a2fd4462271d0</link>
  <description>
  The following articles have been added to the BBC BASIC for Windows &lt;br&gt; Programmers&#39; Reference recently: &lt;br&gt; * Loading a GIF or JPEG image &lt;br&gt; * Loading a PNG image &lt;br&gt; * Automating mouse actions &lt;br&gt; * Sorting the characters in a string &lt;br&gt; * Outputting speech to a file &lt;br&gt; * Listing available voices &lt;br&gt; * Speaking the contents of a file
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/6bfda4ab79370749/108a2fd4462271d0?show_docid=108a2fd4462271d0</guid>
  <author>
  n...@rtrussell.co.uk
  (Richard Russell)
  </author>
  <pubDate>Fri, 03 Oct 2008 15:35:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Regex and BASIC?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/c33db2c75758f0e3?show_docid=c33db2c75758f0e3</link>
  <description>
  Here&#39;s a simple RegExp function that I wrote a while ago for my own &lt;br&gt; use with QBASIC. It covers the most useful bits without being a full &lt;br&gt; fledged perl compatible one. The usual caveats apply about Usenet &lt;br&gt; splitting long lines unexpectedly and about my not being responsible &lt;br&gt; if you come to harm as a result of using it for purposes which I never
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/c33db2c75758f0e3?show_docid=c33db2c75758f0e3</guid>
  <author>
  derek...@yahoo.ca
  (Derek)
  </author>
  <pubDate>Tue, 16 Sep 2008 22:04:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: Regex and BASIC?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/ef66c24382dc15db?show_docid=ef66c24382dc15db</link>
  <description>
  Here are some urls: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://msdn.microsoft.com/en-us/library/ms974570.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.regular-expressions.info/vbscript.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.regular-expressions.info/vbscriptexample.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.regular-expressions.info/vbscriptexample.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.devx.com/vb2themax/Tip/18636&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; There are many more if you Google vbScript and regular expressions
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/ef66c24382dc15db?show_docid=ef66c24382dc15db</guid>
  <author>
  lanceg...@gmail.com
  (Gary)
  </author>
  <pubDate>Tue, 16 Sep 2008 14:03:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: Regex and BASIC?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/00426fa78e99a083?show_docid=00426fa78e99a083</link>
  <description>
  I took the approach of building it into the interpreter (BDB-Basic): &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bdbbasic.wiki.sourceforge.net&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; This page documents how it is used: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bdbbasic.wiki.sourceforge.net/FUN_REGEXP&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Warren.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/00426fa78e99a083?show_docid=00426fa78e99a083</guid>
  <author>
  ve3...@gmail.com
  (Warren Gay)
  </author>
  <pubDate>Tue, 16 Sep 2008 13:21:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Regex and BASIC?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/40287ee763c8b4da?show_docid=40287ee763c8b4da</link>
  <description>
  I think recent versions of vbScript include a subset of regex. perhaps &lt;br&gt; that is worth a look? &lt;br&gt; Lance
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/40287ee763c8b4da?show_docid=40287ee763c8b4da</guid>
  <author>
  lanceg...@gmail.com
  (Gary)
  </author>
  <pubDate>Tue, 16 Sep 2008 12:16:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Regex and BASIC?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/aa13dfde28bc3b3a?show_docid=aa13dfde28bc3b3a</link>
  <description>
  On Sep 15, 6:40 pm, &amp;quot;n...@rtrussell.co.uk&amp;quot; &amp;lt;n...@rtrussell.co.uk&amp;gt; &lt;br&gt; wrote: &lt;br&gt; Well, that&#39;s interesting and useful information, but it doesn&#39;t answer &lt;br&gt; the question. ;-) &lt;br&gt; -Carl Gundel &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.libertybasic.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.runbasic.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/aa13dfde28bc3b3a?show_docid=aa13dfde28bc3b3a</guid>
  <author>
  ca...@libertybasic.com
  (libbasic)
  </author>
  <pubDate>Tue, 16 Sep 2008 12:11:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: Regex and BASIC?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/6e419dcf13161886?show_docid=6e419dcf13161886</link>
  <description>
  There&#39;s also PCRE (Perl-Compatible RegEx): &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.pcre.org/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/6e419dcf13161886?show_docid=6e419dcf13161886</guid>
  <author>
  not.my.r...@email.address
  (Auric__)
  </author>
  <pubDate>Mon, 15 Sep 2008 23:01:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Regex and BASIC?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/1871a31672ca966c?show_docid=1871a31672ca966c</link>
  <description>
  In BBC BASIC I simply recommend the use of &#39;gnu_regex.dll&#39;: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bb4w.wikispaces.com/Using+regular+expressions&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; In keeping with the &#39;lean and mean&#39; philosophy of BBC BASIC, I would &lt;br&gt; never consider incorporating in the core language something as &lt;br&gt; esoteric as Regex, when an external library can provide the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/1871a31672ca966c?show_docid=1871a31672ca966c</guid>
  <author>
  n...@rtrussell.co.uk
  (news@rtrussell.co.uk)
  </author>
  <pubDate>Mon, 15 Sep 2008 22:40:07 UT
</pubDate>
  </item>
  <item>
  <title>Regex and BASIC?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/59b0227f33d9264e?show_docid=59b0227f33d9264e</link>
  <description>
  I&#39;m curious how BASIC programmers would design Regex features for &lt;br&gt; BASIC. Are there already implementations of Regex for current &lt;br&gt; versions of BASIC? What do they look like? &lt;br&gt; -Carl Gundel &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.libertybasic.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.runbasic.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/f68297c561faef89/59b0227f33d9264e?show_docid=59b0227f33d9264e</guid>
  <author>
  ca...@libertybasic.com
  (libbasic)
  </author>
  <pubDate>Mon, 15 Sep 2008 20:57:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problem Solving With ANSI Structured BASIC</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/7af4cd028871a913/ab97ae4db80ef8b8?show_docid=ab97ae4db80ef8b8</link>
  <description>
  I saw those but haven&#39;t gotten a reply when I ask if the companion disk is included. &lt;br&gt; Thanks for responding! &lt;br&gt; Tom Lake
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/7af4cd028871a913/ab97ae4db80ef8b8?show_docid=ab97ae4db80ef8b8</guid>
  <author>
  tl...@twcny.rr.com
  (Tom Lake)
  </author>
  <pubDate>Wed, 10 Sep 2008 20:00:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problem Solving With ANSI Structured BASIC</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/7af4cd028871a913/c47367b415eee81a?show_docid=c47367b415eee81a</link>
  <description>
  Did you find a copy? I notice that there are several copies of this &lt;br&gt; book available on amazon.com. &lt;br&gt; -Carl Gundel &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.libertybasic.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.runbasic.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/7af4cd028871a913/c47367b415eee81a?show_docid=c47367b415eee81a</guid>
  <author>
  ca...@libertybasic.com
  (libbasic)
  </author>
  <pubDate>Wed, 10 Sep 2008 17:55:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: eof, lof, but the actual pointer?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/4d1ab3fb2f5f7691/df703143de9f7008?show_docid=df703143de9f7008</link>
  <description>
  In article &amp;lt;tit5c4l9ilrjtvgt06hjf2e0tat5n p1...@4ax.com&amp;gt;, ArarghMail809NOS...@NOT.AT.Ara rgh.com &lt;br&gt; says... &lt;br&gt; Yesss, that was it! Thanks.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/4d1ab3fb2f5f7691/df703143de9f7008?show_docid=df703143de9f7008</guid>
  <author>
  henk_jaw...@hotmail.com
  (Jawade)
  </author>
  <pubDate>Sun, 07 Sep 2008 11:43:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Too high CPU usage</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/05996520185a8c84/af63e0ea81f83af3?show_docid=af63e0ea81f83af3</link>
  <description>
  Actually there can be good reasons for worrying about it. If the &lt;br&gt; program is running on a (battery powered) laptop, the likelihood is &lt;br&gt; that the battery will run down much more quickly even if you don&#39;t &lt;br&gt; notice that the computer is slowing down. Even with a mains-powered &lt;br&gt; PC, all that extra unnecessary power consumption is not very
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/05996520185a8c84/af63e0ea81f83af3?show_docid=af63e0ea81f83af3</guid>
  <author>
  n...@rtrussell.co.uk
  (news@rtrussell.co.uk)
  </author>
  <pubDate>Sun, 07 Sep 2008 10:31:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: eof, lof, but the actual pointer?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/4d1ab3fb2f5f7691/4b6e87d374fa524c?show_docid=4b6e87d374fa524c</link>
  <description>
  On Sat, 6 Sep 2008 23:24:49 +0200, Jawade &amp;lt;Henk_Jaw...@hotmail.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; loc &lt;br&gt; from PDS help: &lt;br&gt; LOC(filenumber%) &lt;br&gt; _ filenumber% The number of an open file or device. &lt;br&gt; Returns &lt;br&gt; With random-access files: The number of the last record read from &lt;br&gt; or written to the file.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/4d1ab3fb2f5f7691/4b6e87d374fa524c?show_docid=4b6e87d374fa524c</guid>
  <author>
  ararghmail809nos...@not.at.arargh.com
  </author>
  <pubDate>Sat, 06 Sep 2008 21:31:22 UT
</pubDate>
  </item>
  <item>
  <title>eof, lof, but the actual pointer?</title>
  <link>http://groups.google.com/group/alt.lang.basic/browse_thread/thread/4d1ab3fb2f5f7691/2f784f9ce0cb51ff?show_docid=2f784f9ce0cb51ff</link>
  <description>
  Is there a command who gives the actual pointer in a file?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/alt.lang.basic/browse_thread/thread/4d1ab3fb2f5f7691/2f784f9ce0cb51ff?show_docid=2f784f9ce0cb51ff</guid>
  <author>
  henk_jaw...@hotmail.com
  (Jawade)
  </author>
  <pubDate>Sat, 06 Sep 2008 21:24:49 UT
</pubDate>
  </item>
  </channel>
</rss>
