<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://es.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Seleccione_el_caso</id>
		<title>Seleccione el caso - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="https://es.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Seleccione_el_caso"/>
		<link rel="alternate" type="text/html" href="https://es.arcowiki.com/index.php?title=Seleccione_el_caso&amp;action=history"/>
		<updated>2026-04-07T02:29:48Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://es.arcowiki.com/index.php?title=Seleccione_el_caso&amp;diff=297&amp;oldid=prev</id>
		<title>Slia: Página creada con «The construct '''Select Case''' is the technique to condition the execution of a program depending the value of a certain variable.  &lt;code&gt;&lt;span style=&quot;color: green...»</title>
		<link rel="alternate" type="text/html" href="https://es.arcowiki.com/index.php?title=Seleccione_el_caso&amp;diff=297&amp;oldid=prev"/>
				<updated>2018-06-15T09:38:16Z</updated>
		
		<summary type="html">&lt;p&gt;Página creada con «The construct &amp;#039;&amp;#039;&amp;#039;&lt;a href=&quot;/index.php?title=Select_Case&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Select Case (la página no existe)&quot;&gt;Select Case&lt;/a&gt;&amp;#039;&amp;#039;&amp;#039; is the technique to condition the execution of a program depending the value of a certain &lt;a href=&quot;/index.php/Variable&quot; title=&quot;Variable&quot;&gt;variable&lt;/a&gt;.  &amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green...»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The construct '''[[Select Case]]''' is the technique to condition the execution of a program depending the value of a certain [[variable]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Example of Select Case&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/INTGR,i&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,50,tx&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;i=ASSIGN/10&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;SELECT/i&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ i is the variable that controls the part program behavior&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;CASE/10&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::::::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;	$$ If the i value is equal to 10&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::&amp;lt;code&amp;gt;tx=ASSIGN/CONCAT('THE ACTUAL VALUE OF X IS: ',STR(i))&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::&amp;lt;code&amp;gt;TEXT/OPER,tx&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;ENDCAS&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;CASE/20&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::::::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;	$$ If the i value is equal to 20&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::&amp;lt;code&amp;gt;tx=ASSIGN/CONCAT('THE ACTUAL VALUE OF X IS: ',STR(i))&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::&amp;lt;code&amp;gt;TEXT/OPER,tx&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;ENDCAS&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;DFTCAS&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::&amp;lt;code&amp;gt;TEXT/OPER,'X is not equal to the 2 cases'&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;ENDCAS&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;ENDSEL&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[it:Seleziona caso]]&lt;br /&gt;
[[zh-cn:选择案例]]&lt;br /&gt;
[[pt:Selecionar caso]]&lt;br /&gt;
[[de:Wählen Sie Fall aus]]&lt;br /&gt;
[[es:Seleccione el caso]]&lt;br /&gt;
[[en:Select Case]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>