<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13959&amp;type=atom" />
	<updated>2018-08-06T12:02:40Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13959</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK РАБОТА С ЦИКЛАМИ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127712#p127712" />
			<content type="html"><![CDATA[<p><strong>aleksandr_panchenko</strong><br /></p><div class="codebox"><pre><code>2::
While GetKeyState(&quot;3&quot;,&quot;p&quot;)=0
{
тело цикла
}
While GetKeyState(&quot;4&quot;,&quot;p&quot;)=0
{
тело цикла
}
...........
While GetKeyState(&quot;определенное число&quot;,&quot;p&quot;)=0
{
тело цикла
}</code></pre></div><p>И советую ознакомиться с <a href="http://forum.script-coding.com/misc.php?action=rules"> важнейшими правилами </a> и в часности с <a href="http://forum.script-coding.com/viewtopic.php?id=5421"> правилами оформления постов </a> и исправьте свой пост соответственно с правилами.</p>]]></content>
			<author>
				<name><![CDATA[pro100andrik94]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39412</uri>
			</author>
			<updated>2018-08-06T12:02:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127712#p127712</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK РАБОТА С ЦИКЛАМИ]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127187#p127187" />
			<content type="html"><![CDATA[<p>ПОМОГИТЕ ЧАЙНИКУ!!!!<br />МНЕ НУЖНО НАПИСАТЬ ЦИКЛ ПО ТИПУ:<br /> ЕСЛИ НАЖАЛАСЬ КНОПКА 2 ТО ЦИКЛ РАБОТАЕТ ДО ТЕХ ПОР ПОКА НЕ НАЖМЕТСЯ КНОПКА 3 КОТОРАЯ В СВОЮ ОЧЕРЕДЬ ЗАПУСТИТ СЛЕДУЮЩИЙ ЦИКЛ ДО НАЖАТИЯ КНОПКИ 4 И ТАК ДО ОПРЕДЕЛЕННОГО ЧИСЛА.<br />НУ ТО ЕСТЬ ВЫКЛЮЧЕНИЕ ОДНОЙ КНОПКОЙ ТЕКУЩЕГО ЦИКЛА И ВКЛЮЧЕНИЕ СООТВЕТСТВЕННО НОВОГО ЦИКЛА</p>]]></content>
			<author>
				<name><![CDATA[aleksandr_panchenko]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38890</uri>
			</author>
			<updated>2018-07-20T11:29:58Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127187#p127187</id>
		</entry>
</feed>
