<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Двумерный массив через ComObjArray]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=5825</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=5825&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Двумерный массив через ComObjArray».]]></description>
		<lastBuildDate>Sat, 21 May 2011 14:10:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Двумерный массив через ComObjArray]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=48594#p48594</link>
			<description><![CDATA[<p>Вот как полезно иногда справку почитать!</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 21 May 2011 14:10:43 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=48594#p48594</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Двумерный массив через ComObjArray]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=48588#p48588</link>
			<description><![CDATA[<p>Спасибо. Но по моему такой способ немного неудобен.<br />Нашел для себя золотую середину:<br /></p><div class="codebox"><pre><code>Array := Object()
loop 5
{
i = %A_index%
loop 5
Array[i, a_index] := a_index
}
msgbox, % Array[1, 1]</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (G0r)]]></author>
			<pubDate>Sat, 21 May 2011 12:49:09 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=48588#p48588</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Двумерный массив через ComObjArray]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=48585#p48585</link>
			<description><![CDATA[<p>Матрица<br /> </p><div class="quotebox"><blockquote><p>1 2 3 4 5<br />1 2 3 4 5<br />1 2 3 4 5<br />1 2 3 4 5</p></blockquote></div><div class="codebox"><pre><code>Array := []
Loop 5
{
   i := A_Index
   Array[i] := []
   Loop 5
      Array[i][A_Index] := A_Index
}

MsgBox, % Array.3.4</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 21 May 2011 11:03:59 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=48585#p48585</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Двумерный массив через ComObjArray]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=48583#p48583</link>
			<description><![CDATA[<p>Желательно именно через Com.<br />Ну да ладно.<br />А как способом, указанным в теме что вы дали, создать ДВУМЕРНЫЙ массив?</p>]]></description>
			<author><![CDATA[null@example.com (G0r)]]></author>
			<pubDate>Sat, 21 May 2011 09:19:26 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=48583#p48583</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Двумерный массив через ComObjArray]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=48581#p48581</link>
			<description><![CDATA[<p>Если задача создать массив, то к COM обращаться не обязательно, в AHK для этого <a href="http://forum.script-coding.com/viewtopic.php?pid=48400#p48400">есть</a> встроенные возможности.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 21 May 2011 08:46:57 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=48581#p48581</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Двумерный массив через ComObjArray]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=48576#p48576</link>
			<description><![CDATA[<p>Здравствуйте.<br />Решил почитать справку к AHK_L и наткнулся на функцию ComObjArray.<br />Подскажите, как с помощью нее создать двумерный массив и как к нему обращаться?<br />Так же как к старому? (Array1_1) или по другому?</p>]]></description>
			<author><![CDATA[null@example.com (G0r)]]></author>
			<pubDate>Sat, 21 May 2011 06:55:31 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=48576#p48576</guid>
		</item>
	</channel>
</rss>
