<?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=9212&amp;type=atom" />
	<updated>2014-02-05T19:04:27Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9212</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Увеличение переменной.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79789#p79789" />
			<content type="html"><![CDATA[<p>Спасибо большое.</p>]]></content>
			<author>
				<name><![CDATA[ArtemH]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31627</uri>
			</author>
			<updated>2014-02-05T19:04:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79789#p79789</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Увеличение переменной.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79787#p79787" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Loop
{
   Send, % Var%A_Index%
   sleep 5000
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-02-05T18:43:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79787#p79787</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Увеличение переменной.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79784#p79784" />
			<content type="html"><![CDATA[<p>Блин, значит я не правильно понял. Получается я имел ввиду цифру в ее значении. Т.е., с каждым повтором цикла было %var1%, потом %var2% и так далее.&nbsp; Просто если делать по другому, то код будет очень большой, а это хоть как-то сможет уменьшить его.&nbsp; Извини, что туплю.</p>]]></content>
			<author>
				<name><![CDATA[ArtemH]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31627</uri>
			</author>
			<updated>2014-02-05T14:52:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79784#p79784</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Увеличение переменной.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79777#p79777" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Var := 0
Loop
{
   Send, % ++Var
   sleep 5000
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-02-05T12:31:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79777#p79777</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Увеличение переменной.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79765#p79765" />
			<content type="html"><![CDATA[<p>Переменную.</p>]]></content>
			<author>
				<name><![CDATA[ArtemH]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31627</uri>
			</author>
			<updated>2014-02-04T19:28:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79765#p79765</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Увеличение переменной.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79763#p79763" />
			<content type="html"><![CDATA[<p><strong>ArtemH</strong>, определитесь, что именно хотите увеличивать, переменную, или цифру в её названии.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-02-04T19:08:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79763#p79763</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Увеличение переменной.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79761#p79761" />
			<content type="html"><![CDATA[<p>Возможно ли сделать такое: Например, есть цыкл, и с каждым повтором этого цикла переменная увеличивалась на 1. К примеру:</p><div class="codebox"><pre><code>
label:
send, %var1%
sleep 5000
goto, label</code></pre></div><p>Вот, только чтобы с каждым повтором переменная увеличивалась на 1. То есть, была %Var1%, после повтора стала %var2% и т.д.</p>]]></content>
			<author>
				<name><![CDATA[ArtemH]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31627</uri>
			</author>
			<updated>2014-02-04T18:07:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79761#p79761</id>
		</entry>
</feed>
