<?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=12089&amp;type=atom" />
	<updated>2016-10-21T20:20:41Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12089</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Замена значений массива]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108461#p108461" />
			<content type="html"><![CDATA[<p>И ещё по слову IniRead.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-10-21T20:20:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108461#p108461</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Замена значений массива]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108460#p108460" />
			<content type="html"><![CDATA[<p>Поиск в справке по слову &quot;split&quot;.</p>]]></content>
			<author>
				<name><![CDATA[Мальчик-гей]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30832</uri>
			</author>
			<updated>2016-10-21T19:40:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108460#p108460</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Замена значений массива]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108459#p108459" />
			<content type="html"><![CDATA[<p>Почитать мануал.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-10-21T19:30:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108459#p108459</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Замена значений массива]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108456#p108456" />
			<content type="html"><![CDATA[<p>Здравствуйте.<br />Извиняюсь за глупый вопрос, но возможно ли как нибудь заменить значения в массиве при помощи переменной (желательно считанной IniRead)?<br />Простенький пример:<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;Наборы.txt</div><div class="fancy_spoiler"><p>Набор_1 = Белый, оранжевый, бирюзовый<br />Набор_2 = ...<br />Набор_3 = ...</p></div></div><br /><div class="codebox"><pre><code>
Старт:
Цвета := Array(&quot;Синий&quot;, &quot;Красный&quot;, &quot;Черный&quot;)

for i in Цвета 
{
	Цвет := Цвета[i]
	MsgBox % Цвет
}

IniRead, Цвета, Наборы.txt, Наборы, Набор_1
Goto, Старт
</code></pre></div><p>Буду благодарен за любой совет.</p>]]></content>
			<author>
				<name><![CDATA[ProgMaster90]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33925</uri>
			</author>
			<updated>2016-10-21T18:36:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108456#p108456</id>
		</entry>
</feed>
