<?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=16979&amp;type=atom" />
	<updated>2022-02-17T16:04:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16979</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить в список значения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=152266#p152266" />
			<content type="html"><![CDATA[<p><strong>ppss42</strong>, ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свои посты. Обратите внимание на оформление <a href="https://forum.script-coding.com/misc.php?action=rules#code-formatting">кода</a> и <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">точки</a> в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-02-17T16:04:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=152266#p152266</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить в список значения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=152265#p152265" />
			<content type="html"><![CDATA[<p>Вроде разобрался<br />List = %List%%Name%`n<br />А как можно взять строку из этого списка, с удалением ее из списка? Желательно одной строкой кода.</p>]]></content>
			<author>
				<name><![CDATA[ppss42]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41305</uri>
			</author>
			<updated>2022-02-17T14:45:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=152265#p152265</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как добавить в список значения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=152264#p152264" />
			<content type="html"><![CDATA[<p>Прошу прощения, вопрос наверное глупый. Но как можно добавить в список данные, полученные например при обработке из цикла (ну и не только из цикла)<br /></p><div class="codebox"><pre><code>_Source = D:\Data
	Loop, %_Source%\*name.txt, , 1
		{
			FileRead, Name, %A_LoopFileFullPath%
			List = Здесь нужно переменную %Name% добавить в список List
		}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ppss42]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41305</uri>
			</author>
			<updated>2022-02-17T14:35:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=152264#p152264</id>
		</entry>
</feed>
