<?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=11989</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11989&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Выражение элементов одного массива друг через друга».]]></description>
		<lastBuildDate>Wed, 07 Sep 2016 21:20:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Выражение элементов одного массива друг через друга]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=107408#p107408</link>
			<description><![CDATA[<p>Большое спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (mqz777)]]></author>
			<pubDate>Wed, 07 Sep 2016 21:20:33 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=107408#p107408</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Выражение элементов одного массива друг через друга]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=107407#p107407</link>
			<description><![CDATA[<div class="codebox"><pre><code>Array := {Key1: 1}
Array.Key2 := Array.Key1 + 1
Array.Key3 := Array.Key1 + 10
MsgBox % Array.Key1 . &quot;`n&quot; . Array.Key2 . &quot;`n&quot; . Array.Key3	; 1, 2, 11</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 07 Sep 2016 21:05:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=107407#p107407</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Выражение элементов одного массива друг через друга]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=107406#p107406</link>
			<description><![CDATA[<p>Всем доброго времени суток.<br />Подскажите, пожалуйста.<br />Есть массив: второй элемент больше первого на единицу, третий больше первого на 10:<br /></p><div class="codebox"><pre><code>
temp := 1
Array := {Key1: temp, Key2: temp+1, Key3: temp+10}
MsgBox % Array[&quot;Key1&quot;] . &quot;`n&quot; . Array[&quot;Key2&quot;] . &quot;`n&quot; . Array[&quot;Key3&quot;]	; 1, 2, 11
</code></pre></div><p>Можно ли избежать использования переменной temp? Т.е. выразить в массиве значения Key2 и Key3 непосредственно через Key1?<br />Заранее спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (mqz777)]]></author>
			<pubDate>Wed, 07 Sep 2016 20:45:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=107406#p107406</guid>
		</item>
	</channel>
</rss>
