<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11748&amp;type=atom" />
	<updated>2016-06-21T23:12:51Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11748</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Читка последней строкию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105439#p105439" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>File := FileOpen(&quot;C:\My.Log&quot;, 0)
File.Seek(-300, 2)
MsgBox % RegExReplace(File.Read(), &quot;.+[\r\n]+&quot;)</code></pre></div><p>либо<br /></p><div class="codebox"><pre><code>File := FileOpen(&quot;C:\My.Log&quot;, 0)
File.Seek(-300, 2)
Split := StrSplit(File.Read(), &quot;`r`n&quot;)
MsgBox % Split[Split.MaxIndex()]</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-06-21T23:12:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105439#p105439</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Читка последней строкию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105438#p105438" />
			<content type="html"><![CDATA[<p>Здравствуйте! Есть файл в котором лежит лог, в котором может быть несколько сообщений одного формата и нужно что бы RegExMatch читал самое последнее из них, а не самое старое. А как замутить такое, в общем то не знаю...</p>]]></content>
			<author>
				<name><![CDATA[Alex_Lexon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32135</uri>
			</author>
			<updated>2016-06-21T21:09:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105438#p105438</id>
		</entry>
</feed>
