<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как вытащить тескт из строки после выполнения условия в строке]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=8723</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8723&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как вытащить тескт из строки после выполнения условия в строке».]]></description>
		<lastBuildDate>Fri, 04 Oct 2013 15:45:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как вытащить тескт из строки после выполнения условия в строке]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75750#p75750</link>
			<description><![CDATA[<p>Благодарю,пока нет возможности проверить,об опытах отпишусь.</p>]]></description>
			<author><![CDATA[null@example.com (ivanmyrka)]]></author>
			<pubDate>Fri, 04 Oct 2013 15:45:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75750#p75750</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как вытащить тескт из строки после выполнения условия в строке]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75739#p75739</link>
			<description><![CDATA[<p><span style="color: #008800"><strong>Zohann</strong>, не нужно торопиться, дайте возможность человеку исправиться. В следующий раз удалю пост.</span></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 04 Oct 2013 10:42:37 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75739#p75739</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как вытащить тескт из строки после выполнения условия в строке]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75716#p75716</link>
			<description><![CDATA[<div class="codebox"><pre><code>Loop, Read, chatlog.txt
    {    
    IfInString A_LoopReadLine, &gt;&gt; ПМ
        if RegExMatch(A_LoopReadLine, &quot;.*:\s(.*)&quot;, t) &gt; 0
            MsgBox %t1%    
    }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Fri, 04 Oct 2013 07:03:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75716#p75716</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как вытащить тескт из строки после выполнения условия в строке]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75701#p75701</link>
			<description><![CDATA[<p><span style="color: #008800"><strong>ivanmyrka</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте свой пост.</span></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 03 Oct 2013 13:09:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75701#p75701</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как вытащить тескт из строки после выполнения условия в строке]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75692#p75692</link>
			<description><![CDATA[<p>Вот пока к чему пришел,но не работает</p><br /><div class="codebox"><pre><code>

Pattern1 := &quot;S) .*&gt;&gt; ПМ от.*(\R|$)&quot; , sPos1 := -150
LogFile = %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
FileRead, Log1, *t %LogFile%
 If RegExMatch(Log1, Pattern1, Match1, sPos1)
If RegExMatch(Match1, &quot;\):.*&quot;, line1)
If RegExMatch(Line1, &quot;.*&quot;, line2, 3)
SendInput {f6}/c %line2%{enter}
sPos1 := StrLen(Log1), (sPos1 = 0) ? sPos1 := 1
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ivanmyrka)]]></author>
			<pubDate>Wed, 02 Oct 2013 20:56:06 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75692#p75692</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как вытащить тескт из строки после выполнения условия в строке]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=75691#p75691</link>
			<description><![CDATA[<p>Имеется строка в постоянно пополняющимся txt файле:<br />[22:02:49] &gt;&gt; ПМ от blabla(292): кидай,жду.</p><p>Требуется:<br />проверять построчно есть ли в строке &quot;&gt;&gt; ПМ&quot;(при этом чтобы поиск не проходил по одной строке дважды).<br />Если строка имеет &quot;&gt;&gt; ПМ&quot; то скопировать данные после знаков &quot;: &quot;(может быть и текст,и цифры,и смешанный набор) в переменную,что бы использовать ее в след. команде.</p>]]></description>
			<author><![CDATA[null@example.com (ivanmyrka)]]></author>
			<pubDate>Wed, 02 Oct 2013 19:11:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=75691#p75691</guid>
		</item>
	</channel>
</rss>
