<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Команда:IfInString, A_LoopReadLine,]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=8732&amp;type=atom" />
	<updated>2014-04-21T11:35:55Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=8732</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Команда:IfInString, A_LoopReadLine,]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=82092#p82092" />
			<content type="html"><![CDATA[<p>Токая же проблема, прошу помощи!</p>]]></content>
			<author>
				<name><![CDATA[Alex_Lexon]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32135</uri>
			</author>
			<updated>2014-04-21T11:35:55Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=82092#p82092</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Команда:IfInString, A_LoopReadLine,]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=75756#p75756" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p><span style="color: #008800"><strong>BashkaMen</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?pid=44437#p44437">этой</a> темой, отредактируйте заголовок.</span></p></blockquote></div><p>ознакомлен!</p>]]></content>
			<author>
				<name><![CDATA[BashkaMen]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=30800</uri>
			</author>
			<updated>2013-10-04T22:05:27Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=75756#p75756</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Команда:IfInString, A_LoopReadLine,]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=75755#p75755" />
			<content type="html"><![CDATA[<p><span style="color: #008800"><strong>BashkaMen</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?pid=44437#p44437">этой</a> темой, отредактируйте заголовок.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-10-04T21:48:33Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=75755#p75755</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Команда:IfInString, A_LoopReadLine,]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=75754#p75754" />
			<content type="html"><![CDATA[<p>Делаю интересную штучку для GTA, не выходит сделать функцию проверки файла chatlog.txt<br />Нужно чтоб при появлении в чате (в файле) слова START2 скрипт продолжил работать, а так что б проверял до тех пор пока не найдет!<br />Вот что я сделал но почему-то не работает проверяет и сразу продолжает в не зависимости есть там это слово или нет.<br />Прошу помощи опытных <br /></p><div class="codebox"><pre><code>FileSelectFile, SelectedFile, 3, Путь к Chatlog, Chatlog (*.txt)
Loop, Read, %SelectedFile%
{
IfInString, A_LoopReadLine, START2
{
gosub, start
}
}
return
start:
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[BashkaMen]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=30800</uri>
			</author>
			<updated>2013-10-04T21:46:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=75754#p75754</id>
		</entry>
</feed>
