<?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=12831&amp;type=atom" />
	<updated>2017-07-21T11:39:25Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12831</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Определение нескольких переменных в одной строке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117430#p117430" />
			<content type="html"><![CDATA[<p>Всем спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2017-07-21T11:39:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117430#p117430</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Определение нескольких переменных в одной строке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117424#p117424" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>list := {a:&quot;5&quot;, b:&quot;7&quot;, c:&quot;9&quot;}
msgbox, % list[a]</code></pre></div>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-07-21T06:06:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117424#p117424</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Определение нескольких переменных в одной строке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117422#p117422" />
			<content type="html"><![CDATA[<p>Может так?<br /></p><div class="codebox"><pre><code>a:=1, b:=2</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-07-21T05:40:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117422#p117422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Определение нескольких переменных в одной строке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117421#p117421" />
			<content type="html"><![CDATA[<p>В английской справке посмотрите Associative Arrays.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-07-21T03:21:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117421#p117421</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Определение нескольких переменных в одной строке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117420#p117420" />
			<content type="html"><![CDATA[<p>Есть ли правильный вариант записи определения переменных в одну строку:<br /></p><div class="codebox"><pre><code>a,b,c:={5,7,9}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2017-07-20T23:34:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117420#p117420</id>
		</entry>
</feed>
