<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: FileAppend только с построчной записью]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5040&amp;type=atom" />
	<updated>2010-10-15T04:14:54Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5040</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: FileAppend только с построчной записью]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40451#p40451" />
			<content type="html"><![CDATA[<p>О боже. как все было просто.Огромное спасибо <strong>teadrinker</strong></p>]]></content>
			<author>
				<name><![CDATA[Footman]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25878</uri>
			</author>
			<updated>2010-10-15T04:14:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40451#p40451</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: FileAppend только с построчной записью]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40448#p40448" />
			<content type="html"><![CDATA[<p>Нужно добавить символ переноса строки &quot;<strong>`n</strong>&quot;:<br /></p><div class="codebox"><pre><code>proxy = xxx.xxx.xx.x:xxx
fileAppend, %proxy%`n,%a_scriptdir%\prox.txt</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2010-10-14T23:33:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40448#p40448</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: FileAppend только с построчной записью]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=40444#p40444" />
			<content type="html"><![CDATA[<p>Всем доброго времени суток.<br />Передо мной стоит задача.Из переменной (просто строчка прокси сервера типа xxx.xxx.xx.x:xxx)<br />Эту полученную переменную надо записать в файлик. но при выполнении команды:<br />&nbsp; </p><div class="codebox"><pre><code>proxy = xxx.xxx.xx.x:xxx
fileAppend,%proxy%,%a_scriptdir%\prox.txt</code></pre></div><p>%proxy% записываются в строку.<br />Подскажите пожалуйста как же написать так чтобы эти переменные записывались каждый раз с новой строки</p>]]></content>
			<author>
				<name><![CDATA[Footman]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25878</uri>
			</author>
			<updated>2010-10-14T21:28:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=40444#p40444</id>
		</entry>
</feed>
