<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Последовательная обработка чисел от 0 до 100]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8300&amp;type=atom" />
	<updated>2013-05-13T11:08:34Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8300</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Последовательная обработка чисел от 0 до 100]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=72065#p72065" />
			<content type="html"><![CDATA[<p>Благодарю <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Evgeniy123]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30117</uri>
			</author>
			<updated>2013-05-13T11:08:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=72065#p72065</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Последовательная обработка чисел от 0 до 100]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=72063#p72063" />
			<content type="html"><![CDATA[<p>Вы желаете, чтоб кто-то вместо вас написал последовательность чисел от 0 до 100 через запятую? <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /> Выглядит именно так.</p><div class="codebox"><pre><code>loop 101 {
    SendPlay % &quot;{F6}/t &quot; A_index - 1 &quot;{enter}&quot;
    sleep 3500
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[creature.ws]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26105</uri>
			</author>
			<updated>2013-05-13T09:03:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=72063#p72063</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Последовательная обработка чисел от 0 до 100]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=72060#p72060" />
			<content type="html"><![CDATA[<p>Необходимо изменить скрипт, который бы последовательно обрабатывал числа от 0 до 100</p><div class="codebox"><pre><code>;!1::
{
arr = вот тут должны быть последовательно числа от 0 до 100

Loop, parse, arr, `,
{
Sendplay {F6}/t %A_LoopField%{enter}
sleep 3500
}
return
;!2::pause
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Evgeniy123]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30117</uri>
			</author>
			<updated>2013-05-13T04:59:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=72060#p72060</id>
		</entry>
</feed>
