<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Очистка всех переменных]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12511</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12511&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Очистка всех переменных».]]></description>
		<lastBuildDate>Wed, 01 Mar 2017 10:25:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113487#p113487</link>
			<description><![CDATA[<p>Так можно все переменные удалить:<br /></p><div class="codebox"><pre><code>list_1 = 1234
list_2 = 5678
list_3 = 9012

Loop, 3
    list_%A_Index% := &quot;&quot;
MsgBox %list_1%</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Wed, 01 Mar 2017 10:25:34 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113487#p113487</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113482#p113482</link>
			<description><![CDATA[<p><strong>Zohann</strong><br /></p><div class="codebox"><pre><code>n = 4
txt := RTrim(str[n], &quot;`r`n&quot;) ; ругается на str.n</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Wed, 01 Mar 2017 08:48:31 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113482#p113482</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113480#p113480</link>
			<description><![CDATA[<p><strong>yalanne</strong><br />Вот оно как!<br />А как вставить эту переменную в функцию?<br /></p><div class="codebox"><pre><code>n = 4
txt := RTrim(str.n, &quot;`r`n&quot;) ; ругается на str.n</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Wed, 01 Mar 2017 08:32:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113480#p113480</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113479#p113479</link>
			<description><![CDATA[<p>StringSplit делит на псевдомассивы, можно использовать подобную функцию, она делит на реальный массив.<br />В данном случае str.4 сам удаляется:<br /></p><div class="codebox"><pre><code>String := &quot;a`tb`tc`td&quot;
str := StrSplit(String,A_Tab)
msgbox %  str.3 &quot;`n&quot; str.4

String := &quot;x`ty`tz&quot;
str := StrSplit(String,A_Tab)
msgbox %  str.3 &quot;`n&quot; str.4</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (yalanne)]]></author>
			<pubDate>Wed, 01 Mar 2017 07:49:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113479#p113479</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113478#p113478</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Это я знаю, в моем случае функция не подойдет, т.к. переменные глобальные.<br />Суть такая: программа оперирует данными, которые берутся из строки Excel - считали строку - расплитили на переменные - повтыкали их в сторонней программе - перешли на следующую строку.<br />Так вот если в текущей строке какая либо ячейка пустая - то переменная будет содержать значение предыдущей строки, т.е. при пустой ячейке(1) str1 будет содержать предыдущее значение.<br /></p><div class="codebox"><pre><code>StringSplit, str, Clipboard, %A_Tab%</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Wed, 01 Mar 2017 06:23:44 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113478#p113478</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113443#p113443</link>
			<description><![CDATA[<p>Return</p>]]></description>
			<author><![CDATA[null@example.com (danil.ykuem)]]></author>
			<pubDate>Tue, 28 Feb 2017 15:57:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113443#p113443</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113432#p113432</link>
			<description><![CDATA[<p>Локальные переменные в функциях автоматически очищаются после выхода из функции.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Tue, 28 Feb 2017 11:24:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113432#p113432</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113424#p113424</link>
			<description><![CDATA[<p>Я так и поступаю, думал можно одной командой очистить память.</p>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Tue, 28 Feb 2017 09:51:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113424#p113424</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113421#p113421</link>
			<description><![CDATA[<p>Создавайте переменные в массиве и потом уничтожайте массив.<br />Либо можно получить весь список переменных, пропарсить и обнулить:<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=112494#p112494">http://forum.script-coding.com/viewtopi … 94#p112494</a></p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 28 Feb 2017 09:40:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113421#p113421</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113417#p113417</link>
			<description><![CDATA[<p>100 раз?</p>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Tue, 28 Feb 2017 09:28:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113417#p113417</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113416#p113416</link>
			<description><![CDATA[<p>Var =</p>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Tue, 28 Feb 2017 09:22:18 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113416#p113416</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Очистка всех переменных]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=113415#p113415</link>
			<description><![CDATA[<p>Собственно вопрос в заголовке.</p>]]></description>
			<author><![CDATA[null@example.com (Zohann)]]></author>
			<pubDate>Tue, 28 Feb 2017 09:18:45 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=113415#p113415</guid>
		</item>
	</channel>
</rss>
