<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Команда:IfInString, A_LoopReadLine,]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=8732</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=8732&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Команда:IfInString, A_LoopReadLine,».]]></description>
		<lastBuildDate>Mon, 21 Apr 2014 11:35:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Команда:IfInString, A_LoopReadLine,]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=82092#p82092</link>
			<description><![CDATA[<p>Токая же проблема, прошу помощи!</p>]]></description>
			<author><![CDATA[null@example.com (Alex_Lexon)]]></author>
			<pubDate>Mon, 21 Apr 2014 11:35:55 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=82092#p82092</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Команда:IfInString, A_LoopReadLine,]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=75756#p75756</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (BashkaMen)]]></author>
			<pubDate>Fri, 04 Oct 2013 22:05:27 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=75756#p75756</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Команда:IfInString, A_LoopReadLine,]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=75755#p75755</link>
			<description><![CDATA[<p><span style="color: #008800"><strong>BashkaMen</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?pid=44437#p44437">этой</a> темой, отредактируйте заголовок.</span></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 04 Oct 2013 21:48:33 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=75755#p75755</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Команда:IfInString, A_LoopReadLine,]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=75754#p75754</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (BashkaMen)]]></author>
			<pubDate>Fri, 04 Oct 2013 21:46:59 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=75754#p75754</guid>
		</item>
	</channel>
</rss>
