<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Синтаксис for]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12830</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12830&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Синтаксис for».]]></description>
		<lastBuildDate>Thu, 20 Jul 2017 23:06:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Синтаксис for]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117419#p117419</link>
			<description><![CDATA[<p>Кажется понял. Подразумевается что в объекте идет запись: key1, value1, key2, value2 ...<br />А не value1, value2, value3 ...</p><p>Спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (Kokkolar)]]></author>
			<pubDate>Thu, 20 Jul 2017 23:06:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117419#p117419</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Синтаксис for]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117418#p117418</link>
			<description><![CDATA[<p><strong>svoboden</strong></p><p>Перед созданием темы читал англ справку, но не понял, потому создал тему.</p><p>Кстати ссылка не работает.</p>]]></description>
			<author><![CDATA[null@example.com (Kokkolar)]]></author>
			<pubDate>Thu, 20 Jul 2017 23:02:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117418#p117418</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Синтаксис for]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117417#p117417</link>
			<description><![CDATA[<p>Читайте <a href="https://autohotkey.com/docs/commands/For.htm/">справку</a>, там все описано.</p>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Thu, 20 Jul 2017 22:57:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117417#p117417</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Синтаксис for]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117416#p117416</link>
			<description><![CDATA[<p>То есть вывести последовательно все элементы, используя всего одну переменную в <strong>for</strong> невозможно впринципе?</p>]]></description>
			<author><![CDATA[null@example.com (Kokkolar)]]></author>
			<pubDate>Thu, 20 Jul 2017 22:50:14 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117416#p117416</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Синтаксис for]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117415#p117415</link>
			<description><![CDATA[<div class="codebox"><pre><code>5::
letters  := object(&quot;a&quot;,&quot;b&quot;,&quot;c&quot;,&quot;d&quot;,&quot;e&quot;,&quot;f&quot;)
for k, v in letters
    s .= k &quot; &quot; v &quot; &quot;
MsgBox % s</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Thu, 20 Jul 2017 22:39:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117415#p117415</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Синтаксис for]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117414#p117414</link>
			<description><![CDATA[<div class="codebox"><pre><code>5::
	letters:=object(&quot;a&quot;,&quot;b&quot;,&quot;c&quot;,&quot;d&quot;,&quot;e&quot;,&quot;f&quot;)
	for k, in letters
		s .= k &quot; &quot;
	MsgBox % s
return</code></pre></div><p>Результат:<br /><em>a c e</em></p><p>Как изменить запись чтобы результат был:<br /><em>a b c d e f</em></p>]]></description>
			<author><![CDATA[null@example.com (Kokkolar)]]></author>
			<pubDate>Thu, 20 Jul 2017 22:28:12 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117414#p117414</guid>
		</item>
	</channel>
</rss>
