<?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=9146&amp;type=atom" />
	<updated>2014-01-13T14:12:10Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9146</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проблема с переменными]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79159#p79159" />
			<content type="html"><![CDATA[<p>Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[Qweasd123]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31279</uri>
			</author>
			<updated>2014-01-13T14:12:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79159#p79159</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проблема с переменными]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79158#p79158" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Loop, 3
    a1%A_Index% := A_Index + 1
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2014-01-13T14:04:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79158#p79158</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Проблема с переменными]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79157#p79157" />
			<content type="html"><![CDATA[<p>Проблема с переменными. Нужно сделать такого вида:</p><div class="codebox"><pre><code>Loop %
a11:= A_Index + 1
a12:= A_Index + 1
a13:= A_Index + 1
a14:= A_Index + 1
a15:= A_Index + 1</code></pre></div><p>Чтобы это все не расписывать я заменяю на цикл:</p><div class="codebox"><pre><code>Loop %
&quot;a1&quot; . A_Index:= A_Index + 1</code></pre></div><p>Проблема в том что выдает ошибку. Как правильно сделать?</p>]]></content>
			<author>
				<name><![CDATA[Qweasd123]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31279</uri>
			</author>
			<updated>2014-01-13T13:59:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79157#p79157</id>
		</entry>
</feed>
