<?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=9198&amp;type=atom" />
	<updated>2014-01-31T14:21:50Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9198</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79600#p79600" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Loop, read, file.txt
   If mod(A_Index-1,9) &lt; 2
      FileAppend, %A_LoopReadLine%`n, aza.txt
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2014-01-31T14:21:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79600#p79600</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перенос текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79597#p79597" />
			<content type="html"><![CDATA[<p>Воспользуйтесь командой <em>Loop (чтение файла)</em> или <em>FileReadLine</em>.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2014-01-31T13:57:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79597#p79597</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Перенос текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79589#p79589" />
			<content type="html"><![CDATA[<p>Здравствуйте!<br />У меня имеется файл file.txt<br />Как сделать так чтобы при открытии скрипта происходило копирование из файла первых двух строк,а после семи строк снова копировало две строки,и так до тех пор пока не кончатся в файле строки.И весь этот результат переносило в файл aza.txt<br />Приведу пример,строки которые помечены * нужно копировать<br />*текст<br />*текст<br />текст<br />текст<br />текст<br />текст<br />текст<br />текст<br />текст<br />*текст<br />*текст</p>]]></content>
			<author>
				<name><![CDATA[mr.pb2015]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31615</uri>
			</author>
			<updated>2014-01-31T12:17:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79589#p79589</id>
		</entry>
</feed>
