<?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/">
	<channel>
		<title><![CDATA[PowerBASIC Users Meeting Point - Test forum]]></title>
		<link>http://pump.richheimer.de/</link>
		<description><![CDATA[PowerBASIC Users Meeting Point - http://pump.richheimer.de]]></description>
		<pubDate>Fri, 01 May 2026 03:35:06 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Test and thanks]]></title>
			<link>http://pump.richheimer.de/showthread.php?tid=5</link>
			<pubDate>Mon, 27 May 2024 14:28:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://pump.richheimer.de/member.php?action=profile&uid=20">George Bleck</a>]]></dc:creator>
			<guid isPermaLink="false">http://pump.richheimer.de/showthread.php?tid=5</guid>
			<description><![CDATA[Quick test and a thanks Albert.  <img src="http://pump.richheimer.de/images/smilies/heart.png" alt="Heart" title="Heart" class="smilie smilie_16" />]]></description>
			<content:encoded><![CDATA[Quick test and a thanks Albert.  <img src="http://pump.richheimer.de/images/smilies/heart.png" alt="Heart" title="Heart" class="smilie smilie_16" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Test posting]]></title>
			<link>http://pump.richheimer.de/showthread.php?tid=4</link>
			<pubDate>Tue, 14 May 2024 06:23:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="http://pump.richheimer.de/member.php?action=profile&uid=1">Albert Richheimer</a>]]></dc:creator>
			<guid isPermaLink="false">http://pump.richheimer.de/showthread.php?tid=4</guid>
			<description><![CDATA[this is a posting to test the <span style="font-weight: bold;" class="mycode_b">BB codes</span>.<br />
<hr class="mycode_hr" />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>    gThreadAlive=%TRUE<br />
    thread create ttdsPing(0) to gThread<br />
    SetThreadPriority gThread,%thread_priority_idle<br />
<br />
    gMainALoX  = val(GetRegValue(%HKEY_CURRENT_USER,&#36;REGISTRY,&#36;MAINALOX))<br />
    gMainALoY  = val(GetRegValue(%HKEY_CURRENT_USER,&#36;REGISTRY,&#36;MAINALOY))<br />
    gMutaALoX  = val(GetRegValue(%HKEY_CURRENT_USER,&#36;REGISTRY,&#36;MUTAALOX))<br />
    gMutaALoY  = val(GetRegValue(%HKEY_CURRENT_USER,&#36;REGISTRY,&#36;MUTAALOY))<br />
<br />
<br />
    '  Connect to ttds<br />
    '  ---------------<br />
    '<br />
    gDSConn=trm_Connect(gServerURL,gttdsPort,gttdsData,gttdsUser,gttdsPass,0)<br />
    if gDSConn &lt; 0 then<br />
      gErrorText="Unable to connect user "+gttdsUser+" to database "+ _<br />
                  gttdsData+":"+&#36;cr+"Error "+format&#36;(abs(gDSConn))+" - "+ _<br />
                  trm_ErrorMessage(gDSConn)<br />
      msgbox gErrorText,%mb_iconerror or %mb_taskmodal,&#36;ERR_CAPTION<br />
      exit function<br />
    end if<br />
<br />
'  Open ttds files<br />
'  ---------------<br />
'<br />
    gDLDAT = trm_Open(gDSConn,gDLDAT_File,1)<br />
    if gDLDAT &lt; 0 then<br />
      gErrorText="ERR#001 Cannot open "+gDLDAT_File+". Code "+format&#36;(gDLDAT)<br />
      msgbox gErrorText,%mb_iconerror or %mb_taskmodal,&#36;ERR_CAPTION<br />
      goto closedown<br />
    end if<br />
    dim abg(0) as global DLGES at varptr(dld)</code></div></div><hr class="mycode_hr" />
<br />
<br />
Code tags obviously works fine - important for us programmers.]]></description>
			<content:encoded><![CDATA[this is a posting to test the <span style="font-weight: bold;" class="mycode_b">BB codes</span>.<br />
<hr class="mycode_hr" />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>    gThreadAlive=%TRUE<br />
    thread create ttdsPing(0) to gThread<br />
    SetThreadPriority gThread,%thread_priority_idle<br />
<br />
    gMainALoX  = val(GetRegValue(%HKEY_CURRENT_USER,&#36;REGISTRY,&#36;MAINALOX))<br />
    gMainALoY  = val(GetRegValue(%HKEY_CURRENT_USER,&#36;REGISTRY,&#36;MAINALOY))<br />
    gMutaALoX  = val(GetRegValue(%HKEY_CURRENT_USER,&#36;REGISTRY,&#36;MUTAALOX))<br />
    gMutaALoY  = val(GetRegValue(%HKEY_CURRENT_USER,&#36;REGISTRY,&#36;MUTAALOY))<br />
<br />
<br />
    '  Connect to ttds<br />
    '  ---------------<br />
    '<br />
    gDSConn=trm_Connect(gServerURL,gttdsPort,gttdsData,gttdsUser,gttdsPass,0)<br />
    if gDSConn &lt; 0 then<br />
      gErrorText="Unable to connect user "+gttdsUser+" to database "+ _<br />
                  gttdsData+":"+&#36;cr+"Error "+format&#36;(abs(gDSConn))+" - "+ _<br />
                  trm_ErrorMessage(gDSConn)<br />
      msgbox gErrorText,%mb_iconerror or %mb_taskmodal,&#36;ERR_CAPTION<br />
      exit function<br />
    end if<br />
<br />
'  Open ttds files<br />
'  ---------------<br />
'<br />
    gDLDAT = trm_Open(gDSConn,gDLDAT_File,1)<br />
    if gDLDAT &lt; 0 then<br />
      gErrorText="ERR#001 Cannot open "+gDLDAT_File+". Code "+format&#36;(gDLDAT)<br />
      msgbox gErrorText,%mb_iconerror or %mb_taskmodal,&#36;ERR_CAPTION<br />
      goto closedown<br />
    end if<br />
    dim abg(0) as global DLGES at varptr(dld)</code></div></div><hr class="mycode_hr" />
<br />
<br />
Code tags obviously works fine - important for us programmers.]]></content:encoded>
		</item>
	</channel>
</rss>