<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
		<id>https://it.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Lettura_di_una_sottostringa_da_una_variabile</id>
		<title>Lettura di una sottostringa da una variabile - Cronologia</title>
		<link rel="self" type="application/atom+xml" href="https://it.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Lettura_di_una_sottostringa_da_una_variabile"/>
		<link rel="alternate" type="text/html" href="https://it.arcowiki.com/index.php?title=Lettura_di_una_sottostringa_da_una_variabile&amp;action=history"/>
		<updated>2026-04-19T01:34:10Z</updated>
		<subtitle>Cronologia della pagina su questo sito</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://it.arcowiki.com/index.php?title=Lettura_di_una_sottostringa_da_una_variabile&amp;diff=273&amp;oldid=prev</id>
		<title>Slia: Creata pagina con &quot;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;&lt;br...&quot;</title>
		<link rel="alternate" type="text/html" href="https://it.arcowiki.com/index.php?title=Lettura_di_una_sottostringa_da_una_variabile&amp;diff=273&amp;oldid=prev"/>
				<updated>2018-06-15T07:30:50Z</updated>
		
		<summary type="html">&lt;p&gt;Creata pagina con &amp;quot;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;&amp;lt;br...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&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>