<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Поочередный вывод переменных в цикле]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=17791</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17791&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Поочередный вывод переменных в цикле».]]></description>
		<lastBuildDate>Sat, 08 Jul 2023 22:10:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Поочередный вывод переменных в цикле]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=158697#p158697</link>
			<description><![CDATA[<div class="codebox"><pre><code>loop
{
   var1 = 1
   var2 = 2
   var3 = 3
   var4 = 4

   
   MsgBox % var%A_Index%
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Вася_01)]]></author>
			<pubDate>Sat, 08 Jul 2023 22:10:34 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=158697#p158697</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Поочередный вывод переменных в цикле]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=158142#p158142</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 11 May 2023 15:55:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=158142#p158142</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Поочередный вывод переменных в цикле]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=158136#p158136</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (john_dease)]]></author>
			<pubDate>Wed, 10 May 2023 21:09:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=158136#p158136</guid>
		</item>
	</channel>
</rss>
