<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Поочередный вывод переменных в цикле]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17791&amp;type=atom" />
	<updated>2023-07-08T22:10:34Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17791</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поочередный вывод переменных в цикле]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158697#p158697" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>loop
{
   var1 = 1
   var2 = 2
   var3 = 3
   var4 = 4

   
   MsgBox % var%A_Index%
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Вася_01]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42652</uri>
			</author>
			<updated>2023-07-08T22:10:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158697#p158697</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поочередный вывод переменных в цикле]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158142#p158142" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Справка по AutoHotkey_L пишет:</cite><blockquote><p>Перечисление элементов:</p><div class="codebox"><pre><code>array := {ten: 10, twenty: 20, thirty: 30}

For key, value in array

    MsgBox %key% = %value%</code></pre></div></blockquote></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2023-05-11T15:55:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158142#p158142</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Поочередный вывод переменных в цикле]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158136#p158136" />
			<content type="html"><![CDATA[<p>Каким был бы алгоритм поочередного вывода содержимого переменных в цикле, с учетом того, что количество переменных может быть разным?<br /></p><div class="codebox"><pre><code>loop
{
   var1 := &quot;&quot;
   var2 := &quot;&quot;
   var3 := &quot;&quot;
   var4 := &quot;&quot;

   msgbox % var
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[john_dease]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42972</uri>
			</author>
			<updated>2023-05-10T21:09:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158136#p158136</id>
		</entry>
</feed>
