<?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=Lectura_de_una_subcadena_de_una_variable</id>
		<title>Lectura de una subcadena de una variable - 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=Lectura_de_una_subcadena_de_una_variable"/>
		<link rel="alternate" type="text/html" href="https://es.arcowiki.com/index.php?title=Lectura_de_una_subcadena_de_una_variable&amp;action=history"/>
		<updated>2026-04-19T04:30:32Z</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=Lectura_de_una_subcadena_de_una_variable&amp;diff=266&amp;oldid=prev</id>
		<title>Slia: Página creada con «This is used to extract a sub-string from a string.&lt;br/&gt;  *Extracting a Feature: ::&lt;code&gt;&lt;span style=&quot;color: green; text-decoration: none;&quot;&gt;$$Declaring Base Variable&lt;/span&gt;...»</title>
		<link rel="alternate" type="text/html" href="https://es.arcowiki.com/index.php?title=Lectura_de_una_subcadena_de_una_variable&amp;diff=266&amp;oldid=prev"/>
				<updated>2018-06-15T07:31:59Z</updated>
		
		<summary type="html">&lt;p&gt;Página creada con «This is used to extract a sub-string from a string.&amp;lt;br/&amp;gt;  *Extracting a Feature: ::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Declaring Base Variable&amp;lt;/span&amp;gt;...»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is used to extract a sub-string from a string.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Extracting a Feature:&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Declaring Base Variable&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;DECL/CHAR,100,str1,str2&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;str1=ASSIGN/'My full String'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Reading the word from char #4 to char #7&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;str2=ASSIGN/SUBSTR(str1,4,7)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*This is used to read a string “char by char”:&amp;lt;br/&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Declaring Base Variable&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;DECL/CHAR,100,str1,str2,char_list[15]&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;DECL/INTGR,len_string,i&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::::&amp;lt;code&amp;gt;str1=ASSIGN/'My full String'&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;len_string=ASSIGN/LEN(str1)&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Loop to read single char&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;DO/i,1,len_string&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::&amp;lt;code&amp;gt;str2=ASSIGN/SUBSTR(str1,i,i)&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::&amp;lt;code&amp;gt;char_list[i]=ASSIGN/str2&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;ENDDO&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[it:Lettura di una sottostringa da una variabile]]&lt;br /&gt;
[[zh-cn:从变量中读取一个子字符串]]&lt;br /&gt;
[[pt:Lendo um Substring de uma Variável]]&lt;br /&gt;
[[de:Einen Teilstring von einer Variablen lesen]]&lt;br /&gt;
[[es:Lectura de una subcadena de una variable]]&lt;br /&gt;
[[en:Reading a Substring from a variable]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>