<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Синтаксис for]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12830&amp;type=atom" />
	<updated>2017-07-20T23:06:51Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12830</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Синтаксис for]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117419#p117419" />
			<content type="html"><![CDATA[<p>Кажется понял. Подразумевается что в объекте идет запись: key1, value1, key2, value2 ...<br />А не value1, value2, value3 ...</p><p>Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2017-07-20T23:06:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117419#p117419</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Синтаксис for]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117418#p117418" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong></p><p>Перед созданием темы читал англ справку, но не понял, потому создал тему.</p><p>Кстати ссылка не работает.</p>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2017-07-20T23:02:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117418#p117418</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Синтаксис for]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117417#p117417" />
			<content type="html"><![CDATA[<p>Читайте <a href="https://autohotkey.com/docs/commands/For.htm/">справку</a>, там все описано.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-07-20T22:57:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117417#p117417</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Синтаксис for]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117416#p117416" />
			<content type="html"><![CDATA[<p>То есть вывести последовательно все элементы, используя всего одну переменную в <strong>for</strong> невозможно впринципе?</p>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2017-07-20T22:50:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117416#p117416</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Синтаксис for]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117415#p117415" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-07-20T22:39:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117415#p117415</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Синтаксис for]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117414#p117414" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2017-07-20T22:28:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117414#p117414</id>
		</entry>
</feed>
