<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Копирование последних 10 строк из файла]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=9664</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9664&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Копирование последних 10 строк из файла».]]></description>
		<lastBuildDate>Tue, 03 Jun 2014 20:55:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Копирование последних 10 строк из файла]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83646#p83646</link>
			<description><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>Мне казалось что помогу 4 сообщением, а не 5.</p></blockquote></div><p>Помог 4, просто я не заметил и процитировал 5.</p>]]></description>
			<author><![CDATA[null@example.com (tuma4ok)]]></author>
			<pubDate>Tue, 03 Jun 2014 20:55:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83646#p83646</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Копирование последних 10 строк из файла]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83568#p83568</link>
			<description><![CDATA[<p>Мне казалось что помогу 4 сообщением, а не 5.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sun, 01 Jun 2014 16:34:00 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83568#p83568</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Копирование последних 10 строк из файла]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83566#p83566</link>
			<description><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>Общее количество строк можно узнать проще:<br /></p><div class="codebox"><pre><code>
FileRead, Text, %A_ScriptFullPath% 
RegExReplace(Text, &quot;m`a)$&quot;, &quot;&quot;, RowCount)
MsgBox % RowCount
</code></pre></div><p>Но в данном случае это не требуется.</p></blockquote></div><p>Cпасибо! Вот ты мне реально помог! На много упростил свой кож, спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (tuma4ok)]]></author>
			<pubDate>Sun, 01 Jun 2014 16:29:11 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83566#p83566</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Копирование последних 10 строк из файла]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83560#p83560</link>
			<description><![CDATA[<p>Общее количество строк можно узнать проще:<br /></p><div class="codebox"><pre><code>
FileRead, Text, %A_ScriptFullPath% 
RegExReplace(Text, &quot;m`a)$&quot;, &quot;&quot;, RowCount)
MsgBox % RowCount
</code></pre></div><p>Но в данном случае это не требуется.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sun, 01 Jun 2014 09:08:52 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83560#p83560</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Копирование последних 10 строк из файла]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83559#p83559</link>
			<description><![CDATA[<div class="codebox"><pre><code>
FileRead, Text, *t %A_ScriptFullPath%   
StringReplace, Text, Text, `r, `n, 1  
MsgBox % SubStr(Text, InStr(Text, &quot;`n&quot;,, 0, 10)+1)
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sun, 01 Jun 2014 08:43:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83559#p83559</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Копирование последних 10 строк из файла]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83546#p83546</link>
			<description><![CDATA[<p>Спасибо, но можно бы исходный код, очень бы помогли!</p>]]></description>
			<author><![CDATA[null@example.com (tuma4ok)]]></author>
			<pubDate>Sat, 31 May 2014 11:10:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83546#p83546</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Копирование последних 10 строк из файла]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83545#p83545</link>
			<description><![CDATA[<p>Командой <em>FileReadLine</em>. Как узнать число строк в файле читайте <span class="bbu"><a href="http://forum.script-coding.com/viewtopic.php?id=5945">здесь</a></span>.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 31 May 2014 11:09:32 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83545#p83545</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Копирование последних 10 строк из файла]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=83543#p83543</link>
			<description><![CDATA[<p>Здраствуйте, мне нужна ваша помощь. Мне нужен скрипт который будет копировать последние 10 строк из файла. Например: У меня есть файл text.txt в нем каждые 40 секунд добавляется строка с любым текстом. Мне нужно из этого файла считать последние 10 строк и вставить их в переменную &quot;Text1&quot;. Если такое возможно, напишите исходный код пожалуйста.</p>]]></description>
			<author><![CDATA[null@example.com (tuma4ok)]]></author>
			<pubDate>Sat, 31 May 2014 10:07:14 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=83543#p83543</guid>
		</item>
	</channel>
</rss>
