<?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=14134&amp;type=atom" />
	<updated>2018-09-02T20:28:39Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14134</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Запись в файл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128464#p128464" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong><br />Благодарю. Все заработало.</p>]]></content>
			<author>
				<name><![CDATA[Ziner]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39498</uri>
			</author>
			<updated>2018-09-02T20:28:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128464#p128464</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Запись в файл]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128456#p128456" />
			<content type="html"><![CDATA[<p>Добрый день!</p><p>При нажатии кнопки, программа должна записывать в файл текст, который введет пользователь в окно &quot;Edit&quot;.</p><div class="codebox"><pre><code>Gui, Show, h250 w400, prog
Gui, Add, Edit,  x22 y20 w120 h20 vText
Gui, Add, Button, Default w80, Записать
return


ButtonЗаписать:
FileAppend, %Text%, login.txt


Return
F5::Reload
F6::ExitApp
GuiClose:
ExitApp</code></pre></div><p>Но с файлом ничего не происходит. Помогите пожалуйста решить данную проблему.</p>]]></content>
			<author>
				<name><![CDATA[Ziner]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39498</uri>
			</author>
			<updated>2018-09-02T13:59:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128456#p128456</id>
		</entry>
</feed>
