<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://libertybasicfamily.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WikiSysop</id>
	<title>Liberty BASIC Family - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://libertybasicfamily.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WikiSysop"/>
	<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php/Special:Contributions/WikiSysop"/>
	<updated>2026-07-01T23:58:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1145</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Sidebar&amp;diff=1145"/>
		<updated>2023-10-13T08:50:58Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;MediaWiki:Sidebar&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* Site Help&lt;br /&gt;
** Help:Formatting|Additional Formatting&lt;br /&gt;
** Help:How to Write Well|How to Write Well&lt;br /&gt;
* Categories&lt;br /&gt;
** Category:Liberty BASIC|Liberty BASIC&lt;br /&gt;
** Category:Just BASIC|Just BASIC&lt;br /&gt;
** Category:Run BASIC|Run BASIC&lt;br /&gt;
** Category:Programmers Encyclopedia|Programmers Encyclopedia&lt;br /&gt;
** Category:Building Blocks|Building Blocks&lt;br /&gt;
** Category:Bug Tracker|Bug Tracker&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Group-emailconfirmed-member&amp;diff=1144</id>
		<title>MediaWiki:Group-emailconfirmed-member</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Group-emailconfirmed-member&amp;diff=1144"/>
		<updated>2023-10-13T08:50:20Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;MediaWiki:Group-emailconfirmed-member&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;User with confirmed e-mail&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Group-emailconfirmed&amp;diff=1143</id>
		<title>MediaWiki:Group-emailconfirmed</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Group-emailconfirmed&amp;diff=1143"/>
		<updated>2023-10-13T08:50:01Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;MediaWiki:Group-emailconfirmed&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Users with confirmed e-mail&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Common.js&amp;diff=1142</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Common.js&amp;diff=1142"/>
		<updated>2023-10-13T08:49:40Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;MediaWiki:Common.js&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
&lt;br /&gt;
/* --- WikiEditor tool-bar customization --- */&lt;br /&gt;
var customizeToolbar = function () {&lt;br /&gt;
&lt;br /&gt;
// add indent button&lt;br /&gt;
$( &#039;#wpTextbox1&#039; ).wikiEditor( &#039;addToToolbar&#039;, {&lt;br /&gt;
    section: &#039;advanced&#039;,&lt;br /&gt;
    group: &#039;format&#039;,&lt;br /&gt;
    tools: {&lt;br /&gt;
        &amp;quot;indent&amp;quot;: {&lt;br /&gt;
            label: &#039;Indent text&#039;,&lt;br /&gt;
            type: &#039;button&#039;,&lt;br /&gt;
            icon: &#039;/wiki/resources/assets/Vector_toolbar_indentation_button.png&#039;,&lt;br /&gt;
            action: {&lt;br /&gt;
                type: &#039;encapsulate&#039;,&lt;br /&gt;
                options: {&lt;br /&gt;
                    pre: &#039;:&#039;,&lt;br /&gt;
                    peri: &#039;Indented Text&#039;,&lt;br /&gt;
                    post: &#039;&#039;,&lt;br /&gt;
                    ownline: true,&lt;br /&gt;
                    splitlines: true&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
// add indent button&lt;br /&gt;
$( &#039;#wpTextbox1&#039; ).wikiEditor( &#039;addToToolbar&#039;, {&lt;br /&gt;
    section: &#039;advanced&#039;,&lt;br /&gt;
    group: &#039;insert&#039;,&lt;br /&gt;
    tools: {&lt;br /&gt;
        &amp;quot;source&amp;quot;: {&lt;br /&gt;
            label: &#039;Source code&#039;,&lt;br /&gt;
            type: &#039;button&#039;,&lt;br /&gt;
            icon: &#039;/wiki/resources/assets/Button_code.png&#039;,&lt;br /&gt;
            action: {&lt;br /&gt;
                type: &#039;encapsulate&#039;,&lt;br /&gt;
                options: {&lt;br /&gt;
                    pre: &#039;&amp;lt;source lang=&amp;quot;&amp;quot; highlight=&amp;quot;&amp;quot;&amp;gt;&#039;,&lt;br /&gt;
                    peri: &#039;\n\&#039; Place your code here\n&#039;,&lt;br /&gt;
                    post: &#039;&amp;lt;/source&amp;gt;&#039;,&lt;br /&gt;
                    ownline: true&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
/* Check if view is in edit mode and that the required modules are available. Then, customize the toolbar … */&lt;br /&gt;
if ( [ &#039;edit&#039;, &#039;submit&#039; ].indexOf( mw.config.get( &#039;wgAction&#039; ) ) !== -1 ) {&lt;br /&gt;
    mw.loader.using( &#039;user.options&#039; ).then( function () {&lt;br /&gt;
        // This can be the string &amp;quot;0&amp;quot; if the user disabled the preference ([[phab:T54542#555387]])&lt;br /&gt;
        if ( mw.user.options.get( &#039;usebetatoolbar&#039; ) == 1 ) {&lt;br /&gt;
            $.when(&lt;br /&gt;
                mw.loader.using( &#039;ext.wikiEditor&#039; ), $.ready&lt;br /&gt;
            ).then( customizeToolbar );&lt;br /&gt;
        }&lt;br /&gt;
    } );&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Common.css&amp;diff=1141</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Common.css&amp;diff=1141"/>
		<updated>2023-10-13T08:48:46Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;MediaWiki:Common.css&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* ConfirmEdit QuestyCaptcha -- on Create Account */&lt;br /&gt;
.htmlform-tip + .mw-htmlform-field-HTMLInfoField {&lt;br /&gt;
    color:red;&lt;br /&gt;
    font-weight:bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */&lt;br /&gt;
label[for=wpCaptchaWord] {&lt;br /&gt;
    color:green;&lt;br /&gt;
    font-weight:bold;&lt;br /&gt;
    font-size:150%;&lt;br /&gt;
    font-style:italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Syntax highlight for Liberty BASIC */&lt;br /&gt;
div.syntaxhighlighter {&lt;br /&gt;
  max-height: 600px;&lt;br /&gt;
}&lt;br /&gt;
.syntaxhighlighter .lb_keyword {&lt;br /&gt;
  color: blue;&lt;br /&gt;
}&lt;br /&gt;
.syntaxhighlighter .lb_function {&lt;br /&gt;
  color: darkmagenta;&lt;br /&gt;
}&lt;br /&gt;
.syntaxhighlighter .lb_comment {&lt;br /&gt;
  color: gray;&lt;br /&gt;
}&lt;br /&gt;
.syntaxhighlighter .lb_string {&lt;br /&gt;
  color: green;&lt;br /&gt;
}&lt;br /&gt;
.syntaxhighlighter .lb_number {&lt;br /&gt;
  color: red;&lt;br /&gt;
}&lt;br /&gt;
.syntaxhighlighter .lb_constant {&lt;br /&gt;
  color: darkcyan;&lt;br /&gt;
}&lt;br /&gt;
.syntaxhighlighter .lb_type {&lt;br /&gt;
  color: darkcyan;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Captcha-addurl-whitelist&amp;diff=1140</id>
		<title>MediaWiki:Captcha-addurl-whitelist</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=MediaWiki:Captcha-addurl-whitelist&amp;diff=1140"/>
		<updated>2023-10-13T08:47:51Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;MediaWiki:Captcha-addurl-whitelist&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt;&lt;br /&gt;
# Syntax is as follows:&lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts inside URLs&lt;br /&gt;
&lt;br /&gt;
# trusted Liberty BASIC sites&lt;br /&gt;
libertybasic\.com&lt;br /&gt;
libertybasiccom\.proboards\.com&lt;br /&gt;
&lt;br /&gt;
# trusted Just BASIC sites&lt;br /&gt;
justbasic\.com&lt;br /&gt;
justbasiccom\.proboards\.com&lt;br /&gt;
jbfilesarchive\.com&lt;br /&gt;
&lt;br /&gt;
# trusted Run BASIC sites&lt;br /&gt;
runbasic\.com&lt;br /&gt;
runbasic\.proboards\.com&lt;br /&gt;
runbasichosting\.com&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Liberty_BASIC&amp;diff=1139</id>
		<title>Category:Liberty BASIC</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Liberty_BASIC&amp;diff=1139"/>
		<updated>2023-10-13T08:46:56Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Liberty BASIC&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__ &lt;br /&gt;
: This is a site for Liberty BASIC code, tips, and resources that &#039;&#039;&#039;any member of the community can edit&#039;&#039;&#039;. This is also an excellent place to host Liberty BASIC open source software projects.&lt;br /&gt;
&lt;br /&gt;
: This site is constantly developing - be sure to see the [[Special:RecentChanges|Recent Changes]]!&lt;br /&gt;
&lt;br /&gt;
==About this Site== &lt;br /&gt;
: This Wiki site was created and is managed by the moderators of the [https://libertybasiccom.proboards.com/ Liberty BASIC Community Forum] to provide a place for Liberty BASIC programmers to meet, support one another, exchange ideas and share the wealth of knowledge that exists. Join us and help form a community! Everybody can read the content on the site, but it can be edited only by members.&lt;br /&gt;
&lt;br /&gt;
: Public pages can be edited by all members. We ask that members refrain from changing the member pages of other members. Instead, use the &#039;&#039;&#039;discussion&#039;&#039;&#039; feature to comment, suggest changes, etc. Please leave the main page editing to the organizers. Thanks!&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color: #ff0000;&amp;quot;&amp;gt;For general discussion register at the [https://libertybasiccom.proboards.com/ Liberty BASIC Community Forum]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Joining== &lt;br /&gt;
: If you&#039;d like to join the site, click the &#039;&#039;&amp;quot;Create account&amp;quot;&#039;&#039; link in the top right corner of this page, or click [[Special:CreateAccount|HERE]]. One of the organizers will need to approve your application, and then you&#039;re good to go! You&#039;ll need to create a username. Please consider using a name, rather than a nickname. See [http://www.usemod.com/cgi-bin/mb.pl?UseRealNames Using Real Names on Wikis]&lt;br /&gt;
&lt;br /&gt;
: Once you&#039;ve joined, feel free to create a page for yourself at the [[:Category:Liberty BASIC Member Pages|Member Pages]]. Use your page to act as a launch pad for all of your other pages on the site. Feel free to create pages to share code, write tips and information, tell us about yourself, and have fun!&lt;br /&gt;
&lt;br /&gt;
==What is a Wiki?== &lt;br /&gt;
: Have a look at the [https://www.mediawiki.org/wiki/MediaWiki MediaWiki] home page to learn about Wikis. A Wiki is a site that can be edited by everybody. You can modify existing pages or create new ones. You can upload files and pictures. You can comment on pages by clicking the &#039;&#039;discussion&#039;&#039; link at the top of any page.&lt;br /&gt;
&lt;br /&gt;
: To learn how to use WikiText markup to edit site content, click [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents HERE]. You don&#039;t need to know WikiText, though. Just modify your settings so that you use the visual page editor! If you want to try some editing in a safe place where you can do no harm, play in the Sandbox at the top right corner of each page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Main Pages]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Liberty_BASIC_Member_Pages&amp;diff=1138</id>
		<title>Category:Liberty BASIC Member Pages</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Liberty_BASIC_Member_Pages&amp;diff=1138"/>
		<updated>2023-10-13T08:46:39Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Liberty BASIC Member Pages&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to create a Page ==&lt;br /&gt;
: Enter the name of the page to create in the input box below&lt;br /&gt;
: Before saving the page select the &#039;&#039;&#039;Liberty BASIC Member Pages&#039;&#039;&#039; category from the &#039;&#039;&#039;Liberty BASIC&#039;&#039;&#039; main category.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=create&lt;br /&gt;
break=no&lt;br /&gt;
arialabel=Create Liberty BASIC member page&lt;br /&gt;
placeholder=Enter page name&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Liberty BASIC]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_String_Manipulation_Code&amp;diff=1137</id>
		<title>Category:JBSC String Manipulation Code</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_String_Manipulation_Code&amp;diff=1137"/>
		<updated>2023-10-13T08:45:55Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:JBSC String Manipulation Code&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This Page contains shared Just BASIC String Manipulation Code ==&lt;br /&gt;
&lt;br /&gt;
{{Template:JbSharedCodeCreate}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Just BASIC Shared Code]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_Sprite_Code&amp;diff=1136</id>
		<title>Category:JBSC Sprite Code</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_Sprite_Code&amp;diff=1136"/>
		<updated>2023-10-13T08:45:39Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:JBSC Sprite Code&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This Page contains shared Just BASIC Sprite Code ==&lt;br /&gt;
&lt;br /&gt;
{{Template:JbSharedCodeCreate}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Just BASIC Shared Code]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_Math_Algorithms_Code&amp;diff=1135</id>
		<title>Category:JBSC Math Algorithms Code</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_Math_Algorithms_Code&amp;diff=1135"/>
		<updated>2023-10-13T08:45:25Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:JBSC Math Algorithms Code&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This Page contains shared Just BASIC Math Algorithms Code ==&lt;br /&gt;
&lt;br /&gt;
{{Template:JbSharedCodeCreate}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Just BASIC Shared Code]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_General_GUI_Code&amp;diff=1134</id>
		<title>Category:JBSC General GUI Code</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_General_GUI_Code&amp;diff=1134"/>
		<updated>2023-10-13T08:45:06Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:JBSC General GUI Code&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This Page contains shared Just BASIC general GUI Code ==&lt;br /&gt;
&lt;br /&gt;
{{Template:JbSharedCodeCreate}}&lt;br /&gt;
&lt;br /&gt;
[[Category:JBSC GUI Code]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_Custom_Windows_GUI_Code&amp;diff=1133</id>
		<title>Category:JBSC Custom Windows GUI Code</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_Custom_Windows_GUI_Code&amp;diff=1133"/>
		<updated>2023-10-13T08:44:50Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:JBSC Custom Windows GUI Code&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This Page contains shared Just BASIC custom Windows GUI Code ==&lt;br /&gt;
&lt;br /&gt;
{{Template:JbSharedCodeCreate}}&lt;br /&gt;
&lt;br /&gt;
[[Category:JBSC GUI Code]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_Control_work-arounds_GUI_Code&amp;diff=1132</id>
		<title>Category:JBSC Control work-arounds GUI Code</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_Control_work-arounds_GUI_Code&amp;diff=1132"/>
		<updated>2023-10-13T08:44:32Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:JBSC Control work-arounds GUI Code&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This Page contains shared Just BASIC Control work-around GUI Code ==&lt;br /&gt;
&lt;br /&gt;
{{Template:JbSharedCodeCreate}}&lt;br /&gt;
&lt;br /&gt;
[[Category:JBSC GUI Code]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_GUI_Code&amp;diff=1131</id>
		<title>Category:JBSC GUI Code</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_GUI_Code&amp;diff=1131"/>
		<updated>2023-10-13T08:44:18Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:JBSC GUI Code&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This Page contains shared Just BASIC GUI Code ==&lt;br /&gt;
&lt;br /&gt;
{{Template:JbSharedCodeCreate}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Just BASIC Shared Code]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_Graphics_Code&amp;diff=1130</id>
		<title>Category:JBSC Graphics Code</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:JBSC_Graphics_Code&amp;diff=1130"/>
		<updated>2023-10-13T08:43:58Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:JBSC Graphics Code&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This Page contains shared Just BASIC Graphics Code ==&lt;br /&gt;
&lt;br /&gt;
{{Template:JbSharedCodeCreate}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Just BASIC Shared Code]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Just_BASIC_Shared_Code&amp;diff=1129</id>
		<title>Category:Just BASIC Shared Code</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Just_BASIC_Shared_Code&amp;diff=1129"/>
		<updated>2023-10-13T08:43:38Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Just BASIC Shared Code&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This is a place to share code with other Just BASIC programmers ==&lt;br /&gt;
: Tips and information should go on the tips page.&lt;br /&gt;
: If you have code that you don&#039;t want to allow others to modify, create a page in the [[:Category:Just BASIC Member Pages|Member Pages]] category.&lt;br /&gt;
: We ask for you to strive for quality over quantity!&lt;br /&gt;
&lt;br /&gt;
{{Template:JbSharedCodeCreate}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Just BASIC]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Just_BASIC_Member_Pages&amp;diff=1128</id>
		<title>Category:Just BASIC Member Pages</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Just_BASIC_Member_Pages&amp;diff=1128"/>
		<updated>2023-10-13T08:43:20Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Just BASIC Member Pages&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to create a Page ==&lt;br /&gt;
: Enter the name of the page to create in the input box below&lt;br /&gt;
: Before saving the page select the &#039;&#039;&#039;Just BASIC Member Pages&#039;&#039;&#039; category from the &#039;&#039;&#039;Just BASIC&#039;&#039;&#039; main category.&lt;br /&gt;
: To protect your page from being edited by other members, select the &#039;&#039;&#039;Protect&#039;&#039;&#039; menu entry from the &#039;&#039;&#039;More&#039;&#039;&#039; tab of your page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=create&lt;br /&gt;
break=no&lt;br /&gt;
arialabel=Create Just BASIC member page&lt;br /&gt;
placeholder=Enter page name&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Just BASIC]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Just_BASIC_FAQ&amp;diff=1127</id>
		<title>Category:Just BASIC FAQ</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Just_BASIC_FAQ&amp;diff=1127"/>
		<updated>2023-10-13T08:42:49Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Just BASIC FAQ&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Frequently Asked Questions:== &lt;br /&gt;
&amp;lt;span style=&amp;quot;display: block; width: 84%; margin: 10px auto 10px 30px; padding: 10px; background-color: #D2F8FB&amp;quot;&amp;gt;We will be posting those most frequently asked questions and their answers here. Please &#039;&#039;&#039;__do not__&#039;&#039;&#039; copy entries from the JB help file into this page. That does not really address the issue. As always we recommend you read and study the Just Basic Help file. It is a great source of information.&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;display: block; width: 84%; margin: 10px auto 10px 30px; padding: 10px;&amp;quot;&amp;gt;When creating a new entry, please post it in the question/answer form. Answers need to go on new pages. Remember, this is a community resource, anyone can add, edit or change an entry as needed. Thanks!&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to create a Page ==&lt;br /&gt;
: Enter the name of the page to create in the input box below, the question to answer is a good page title.&lt;br /&gt;
: Before saving the page select the &#039;&#039;&#039;Just BASIC FAQ&#039;&#039;&#039; category from the &#039;&#039;&#039;Just BASIC&#039;&#039;&#039; main category.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=create&lt;br /&gt;
break=no&lt;br /&gt;
arialabel=Create Just BASIC FAQ page&lt;br /&gt;
placeholder=Enter page name&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Just BASIC]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Just_BASIC&amp;diff=1126</id>
		<title>Category:Just BASIC</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Just_BASIC&amp;diff=1126"/>
		<updated>2023-10-13T08:41:57Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Just BASIC&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What is Just Basic?== &lt;br /&gt;
: Just BASIC is a programming language for the Windows operating system. It is &#039;&#039;&#039;completely free&#039;&#039;&#039; and it is suitable for creating all kinds of applications for business, industry, education and entertainment. Find out more when you visit the [https://justbasic.com/ Just BASIC Home Page] .&lt;br /&gt;
&lt;br /&gt;
==About this Site== &lt;br /&gt;
: This Wiki site was created to provide a place for Just BASIC programmers to meet, support one another, exchange ideas and share the wealth of knowledge that exists. Join us and help form a community! Everybody can read the content on the site, but it can be edited only by members.&lt;br /&gt;
&lt;br /&gt;
: For in depth discussions about this programming language visit the [https://justbasiccom.proboards.com/ Just BASIC Community Forum].&lt;br /&gt;
&lt;br /&gt;
: Public pages can be edited by all members. We ask that members refrain from changing the member pages of other members. Instead, use the &#039;&#039;discussion&#039;&#039; feature to comment, suggest changes, etc. Please leave the &#039;&#039;&#039;Home Page&#039;&#039;&#039; editing to the organizers. Thanks!&lt;br /&gt;
&lt;br /&gt;
==Joining== &lt;br /&gt;
: If you&#039;d like to join the site, click the &#039;&#039;&amp;quot;Create account&amp;quot;&#039;&#039; link in the top right corner of this page, or click [[Special:CreateAccount|HERE]]. One of the organizers will need to approve your application, and then you&#039;re good to go! You&#039;ll need to create a username. Please consider using a name, rather than a nickname. See [http://www.usemod.com/cgi-bin/mb.pl?UseRealNames Using Real Names on Wikis]&lt;br /&gt;
&lt;br /&gt;
: Once you&#039;ve joined, feel free to create a page for yourself at the [[:Category:Just BASIC Member Pages|Member Pages]]. Use your page to act as a launch pad for all of your other pages on the site. Feel free to create pages to share code, write tips and information, tell us about yourself, and have fun!&lt;br /&gt;
&lt;br /&gt;
==What is a Wiki?== &lt;br /&gt;
: Have a look at the [https://www.mediawiki.org/wiki/MediaWiki MediaWiki] home page to learn about Wikis. A Wiki is a site that can be edited by everybody. You can modify existing pages or create new ones. You can upload files and pictures. You can comment on pages by clicking the &#039;&#039;discussion&#039;&#039; link at the top of any page.&lt;br /&gt;
&lt;br /&gt;
: To learn how to use WikiText markup to edit site content, click [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents HERE]. You don&#039;t need to know WikiText, though. Just modify your settings so that you use the visual page editor! If you want to try some editing in a safe place where you can do no harm, play in the Sandbox at the top right corner of each page. &lt;br /&gt;
----&lt;br /&gt;
: Thanks for visiting. This site is under constant construction - come back soon and see what is new! [[Special:RecentChanges|Recent Changes]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Main Pages]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Run_BASIC&amp;diff=1125</id>
		<title>Category:Run BASIC</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Run_BASIC&amp;diff=1125"/>
		<updated>2023-10-13T08:41:36Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Run BASIC&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About RunBasic==&lt;br /&gt;
: [http://www.runbasic.com/ Run Basic Home Page]&lt;br /&gt;
: [[Web Server Details]]&lt;br /&gt;
: [http://www.runbasic.com/docs/rbhelp.html Run BASIC Help Document]&lt;br /&gt;
: [https://runbasic.proboards.com/ Run BASIC Community Forum]&lt;br /&gt;
: [[Run BASIC FAQs|Click here to learn more about Run Basic.]]&lt;br /&gt;
: [[Public domain Run BASIC graphics]]&lt;br /&gt;
: [[03302007|March 30, 2007 Chat with Carl about Run BASIC]]&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
: Click the &amp;quot;discussion&amp;quot; tab on any page to discuss that page,or use the main discussion area for general topics about content on this wiki site.&lt;br /&gt;
: [[Category talk:Run BASIC|General Discussion Area]]&lt;br /&gt;
&lt;br /&gt;
: Be sure to [https://runbasic.proboards.com/ check out the forum] for general discussion and questions regarding Run BASIC.&lt;br /&gt;
&lt;br /&gt;
==About this Site==&lt;br /&gt;
: This Wiki site was created and is managed by the moderators of the [https://libertybasiccom.proboards.com/ Liberty BASIC Community Forum] to provide a place for Run BASIC programmers to meet, support one another, exchange ideas and share the wealth of knowledge that exists. Join us and help form a community! Everybody can edit the content on the site.&lt;br /&gt;
&lt;br /&gt;
==Joining==&lt;br /&gt;
: If you&#039;d like to join the site, click the &#039;&#039;&amp;quot;Create account&amp;quot;&#039;&#039; link in the top right corner of this page, or click [[Special:CreateAccount|HERE]]. One of the organizers will need to approve your application, and then you&#039;re good to go! You&#039;ll need to create a username. Please consider using a name, rather than a nickname. See [http://www.usemod.com/cgi-bin/mb.pl?UseRealNames Using Real Names on Wikis]&lt;br /&gt;
&lt;br /&gt;
==What is a Wiki?==&lt;br /&gt;
: Have a look at the [https://www.mediawiki.org/wiki/MediaWiki MediaWiki] home page to learn about Wikis. A Wiki is a site that can be edited by everybody. You can modify existing pages or create new ones. You can upload files and pictures. You can comment on pages by clicking the &#039;&#039;discussion&#039;&#039; link at the top of any page.&lt;br /&gt;
&lt;br /&gt;
: To learn how to use WikiText markup to edit site content, click [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents HERE]. You don&#039;t need to know WikiText, though. Just modify your settings so that you use the visual page editor! If you want to try some editing in a safe place where you can do no harm, play in the Sandbox at the top right corner of each page. &lt;br /&gt;
----&lt;br /&gt;
: Thanks for visiting. This site is under constant construction - come back soon and see what is new! [[Special:RecentChanges|Recent Changes]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Main Pages]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:WININET&amp;diff=1124</id>
		<title>Category:WININET</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:WININET&amp;diff=1124"/>
		<updated>2023-10-13T08:39:56Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:WININET&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:User32&amp;diff=1123</id>
		<title>Category:User32</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:User32&amp;diff=1123"/>
		<updated>2023-10-13T08:39:36Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:User32&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:URLMON&amp;diff=1122</id>
		<title>Category:URLMON</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:URLMON&amp;diff=1122"/>
		<updated>2023-10-13T08:39:20Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:URLMON&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Shell32&amp;diff=1121</id>
		<title>Category:Shell32</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Shell32&amp;diff=1121"/>
		<updated>2023-10-13T08:39:04Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Shell32&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Kernel32&amp;diff=1120</id>
		<title>Category:Kernel32</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Kernel32&amp;diff=1120"/>
		<updated>2023-10-13T08:38:48Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Kernel32&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:GDIPlus&amp;diff=1119</id>
		<title>Category:GDIPlus</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:GDIPlus&amp;diff=1119"/>
		<updated>2023-10-13T08:38:29Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:GDIPlus&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:GDI32&amp;diff=1118</id>
		<title>Category:GDI32</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:GDI32&amp;diff=1118"/>
		<updated>2023-10-13T08:38:13Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:GDI32&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Comctl32&amp;diff=1117</id>
		<title>Category:Comctl32</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Comctl32&amp;diff=1117"/>
		<updated>2023-10-13T08:37:53Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Comctl32&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:AVICAP32&amp;diff=1116</id>
		<title>Category:AVICAP32</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:AVICAP32&amp;diff=1116"/>
		<updated>2023-10-13T08:37:38Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:AVICAP32&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:ATL&amp;diff=1115</id>
		<title>Category:ATL</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:ATL&amp;diff=1115"/>
		<updated>2023-10-13T08:37:21Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:ATL&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Advapi32&amp;diff=1114</id>
		<title>Category:Advapi32</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Advapi32&amp;diff=1114"/>
		<updated>2023-10-13T08:37:05Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Advapi32&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:ABCs_of_APIs_Series&amp;diff=1113</id>
		<title>Category:ABCs of APIs Series</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:ABCs_of_APIs_Series&amp;diff=1113"/>
		<updated>2023-10-13T08:36:48Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:ABCs of APIs Series&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Writing_Documentation&amp;diff=1112</id>
		<title>Category:Writing Documentation</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Writing_Documentation&amp;diff=1112"/>
		<updated>2023-10-13T08:36:26Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Writing Documentation&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Programmer&#039;s Tools]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:LB4.04_HTML_Help&amp;diff=1111</id>
		<title>Category:LB4.04 HTML Help</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:LB4.04_HTML_Help&amp;diff=1111"/>
		<updated>2023-10-13T08:36:10Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:LB4.04 HTML Help&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Liberty BASIC 4.04 has plain, HTML help-files. The help system displays in the user&#039;s browser and is not easily search-able.&amp;lt;br&amp;gt;&lt;br /&gt;
Listed here are search and display tools to make the help system more accessible.&lt;br /&gt;
&lt;br /&gt;
[[Category:Programmer&#039;s Tools]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:GUI_Designers&amp;diff=1110</id>
		<title>Category:GUI Designers</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:GUI_Designers&amp;diff=1110"/>
		<updated>2023-10-13T08:35:54Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:GUI Designers&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Programmer&#039;s Tools]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Creating_Help_Systems&amp;diff=1109</id>
		<title>Category:Creating Help Systems</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Creating_Help_Systems&amp;diff=1109"/>
		<updated>2023-10-13T08:35:39Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Creating Help Systems&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Programmer&#039;s Tools]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Listboxes&amp;diff=1108</id>
		<title>Category:Listboxes</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Listboxes&amp;diff=1108"/>
		<updated>2023-10-13T08:35:16Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Listboxes&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:GUI Programming]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Playing_Cards&amp;diff=1107</id>
		<title>Category:Playing Cards</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Playing_Cards&amp;diff=1107"/>
		<updated>2023-10-13T08:34:53Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Playing Cards&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Graphics and Game Programming]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Drawing_Graphics&amp;diff=1106</id>
		<title>Category:Drawing Graphics</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Drawing_Graphics&amp;diff=1106"/>
		<updated>2023-10-13T08:34:31Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Drawing Graphics&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Graphics and Game Programming]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Streamlining_your_code&amp;diff=1105</id>
		<title>Category:Streamlining your code</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Streamlining_your_code&amp;diff=1105"/>
		<updated>2023-10-13T08:34:07Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Streamlining your code&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:General Tutorials]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Creating_and_Using_Windows_and_Controls&amp;diff=1104</id>
		<title>Category:Creating and Using Windows and Controls</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Creating_and_Using_Windows_and_Controls&amp;diff=1104"/>
		<updated>2023-10-13T08:33:51Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Creating and Using Windows and Controls&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:General Tutorials]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Sequential_Files&amp;diff=1103</id>
		<title>Category:Sequential Files</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Sequential_Files&amp;diff=1103"/>
		<updated>2023-10-13T08:33:25Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Sequential Files&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:File Input and Output]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Random_Files&amp;diff=1102</id>
		<title>Category:Random Files</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Random_Files&amp;diff=1102"/>
		<updated>2023-10-13T08:33:10Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Random Files&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:File Input and Output]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Folders&amp;diff=1101</id>
		<title>Category:Folders</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Folders&amp;diff=1101"/>
		<updated>2023-10-13T08:32:56Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Folders&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:File Input and Output]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:FILES_Statement&amp;diff=1100</id>
		<title>Category:FILES Statement</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:FILES_Statement&amp;diff=1100"/>
		<updated>2023-10-13T08:32:41Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:FILES Statement&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:File Input and Output]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:File_Management&amp;diff=1099</id>
		<title>Category:File Management</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:File_Management&amp;diff=1099"/>
		<updated>2023-10-13T08:32:27Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:File Management&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:File Input and Output]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Binary_Files&amp;diff=1098</id>
		<title>Category:Binary Files</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Binary_Files&amp;diff=1098"/>
		<updated>2023-10-13T08:32:11Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Binary Files&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:File Input and Output]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Internet_and_Network&amp;diff=1097</id>
		<title>Category:Internet and Network</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Internet_and_Network&amp;diff=1097"/>
		<updated>2023-10-13T08:31:48Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Internet and Network&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Communications Programming]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>http://libertybasicfamily.info/wiki/index.php?title=Category:Hardware_Interface&amp;diff=1096</id>
		<title>Category:Hardware Interface</title>
		<link rel="alternate" type="text/html" href="http://libertybasicfamily.info/wiki/index.php?title=Category:Hardware_Interface&amp;diff=1096"/>
		<updated>2023-10-13T08:31:31Z</updated>

		<summary type="html">&lt;p&gt;WikiSysop: Protected &amp;quot;Category:Hardware Interface&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Communications Programming]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>