<?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=14855&amp;type=atom" />
	<updated>2019-07-08T17:48:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14855</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помощь с циклом]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134805#p134805" />
			<content type="html"><![CDATA[<p>Учту!<strong>stealzy</strong></p>]]></content>
			<author>
				<name><![CDATA[SleaM4ik]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40255</uri>
			</author>
			<updated>2019-07-08T17:48:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134805#p134805</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Помощь с циклом]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134804#p134804" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>1::
КоличествоНажатий := 0, Шаг := 1
Loop 20
{
	КоличествоНажатий := КоличествоНажатий + Шаг
; допишите...</code></pre></div><p>И в первой команде Send у вас неправильная запись, посмотрите в справке по команде, там есть пример записи повторяющегося нажатия клавиши.</p><p>P.S.<br />Да, и постарайтесь обходиться без слов типа &quot;помощь&quot;, тем более в заголовке темы. Вы не в чат друзьям пишите, а на форум, всем и так понятно, что вы создали тему, чтобы задать вопросы, а крики о помощи и смайлики дают тут обратный желаемому вами эффект.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2019-07-08T17:11:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134804#p134804</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Помощь с циклом]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134802#p134802" />
			<content type="html"><![CDATA[<p>Доброго времени суток! Надеюсь на вашу помощь, всю голову сломал.</p><p>Есть простенький цикл:<br /></p><div class="codebox"><pre><code>
1::
Loop 20
{
Var1 := 1 + 1
Var2 := 1
Var3 := Var1 + Var2
SendInput, @ {%Var1% + down} 
Sleep 6000
SendInput, {Enter}
Sleep 6000
}
Return
</code></pre></div><p>Суть всего такова, что я пытался сделать так, чтобы при нажатии на &quot;1&quot; скрипт вводил &quot;@&quot; и нажимал стрелочку вниз, но каждый цикл количество нажатий на стрелочку вниз было больше на 1. </p><p>Надеюсь на вашу помощь ♥</p>]]></content>
			<author>
				<name><![CDATA[SleaM4ik]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40255</uri>
			</author>
			<updated>2019-07-08T16:24:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134802#p134802</id>
		</entry>
</feed>
