<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Datenbanken Software eBooks Web CMS &#187; Entscheidung</title>
	<atom:link href="http://www.susss.at/tag/entscheidung/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susss.at</link>
	<description>Christian Suschegg =&#62; Datenbank-Architekt * Software-Entwickler * E-Book-Autor * Web-Redakteur</description>
	<lastBuildDate>Thu, 01 Nov 2012 15:54:36 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>CASE-Konstrukt (Select Case, Switch Case)</title>
		<link>http://www.susss.at/2010/05/23/case-konstrukt-select-case-switch-case/</link>
		<comments>http://www.susss.at/2010/05/23/case-konstrukt-select-case-switch-case/#comments</comments>
		<pubDate>Sun, 23 May 2010 10:46:25 +0000</pubDate>
		<dc:creator><![CDATA[ChriSu]]></dc:creator>
				<category><![CDATA[Befehle]]></category>
		<category><![CDATA[Ablaufsteuerung]]></category>
		<category><![CDATA[Entscheidung]]></category>
		<category><![CDATA[Navision. Programmierung]]></category>

		<guid isPermaLink="false">http://www.susss.at/?p=139</guid>
		<description><![CDATA[// Beispiel für Auswertung eines Parameters CASE myParameter OF   Wert1: Aktion 1;   Wert2: Aktion 2;   Wert3: Aktion 3;   &#8230;   ELSE Generelle Alternative; END;]]></description>
				<content:encoded><![CDATA[<p>// Beispiel für Auswertung eines Parameters</p>
<p>CASE myParameter OF<br />
  Wert1: Aktion 1;<br />
  Wert2: Aktion 2;<br />
  Wert3: Aktion 3;<br />
  &#8230;<br />
  ELSE Generelle Alternative;<br />
END;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.susss.at/2010/05/23/case-konstrukt-select-case-switch-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->