<?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=10934</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10934&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Перемеренные из буфера обмена».]]></description>
		<lastBuildDate>Thu, 10 Sep 2015 09:57:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Перемеренные из буфера обмена]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=97305#p97305</link>
			<description><![CDATA[<div class="codebox"><pre><code>if (Clipboard ~= &quot;^(\d+ {0,1})+$&quot;) ? (Var := StrSplit(Clipboard,&quot; &quot;)) 0 : 1
    return

MsgBox % &quot;Общее количество переменных:`t&quot; Var.MaxIndex() 
    . &quot;`n1 переменная:`t`t`t&quot; Var[1]
    . &quot;`n2 переменная:`t`t`t&quot; Var[2]
    . &quot;`n4 переменная:`t`t`t&quot; Var[4]
    . &quot;`nИ т.д&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (yalanne)]]></author>
			<pubDate>Thu, 10 Sep 2015 09:57:58 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=97305#p97305</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Перемеренные из буфера обмена]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=97304#p97304</link>
			<description><![CDATA[<p>Обратите внимание на правила цитирования.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 10 Sep 2015 09:57:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=97304#p97304</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Перемеренные из буфера обмена]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=97302#p97302</link>
			<description><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p><span style="color: green"><strong>Nighto</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте свой пост.</span></p></blockquote></div><p>Сделано, спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (Nighto)]]></author>
			<pubDate>Thu, 10 Sep 2015 09:39:12 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=97302#p97302</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Перемеренные из буфера обмена]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=97301#p97301</link>
			<description><![CDATA[<p><span style="color: green"><strong>Nighto</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте свой пост.</span></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 10 Sep 2015 08:51:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=97301#p97301</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Перемеренные из буфера обмена]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=97300#p97300</link>
			<description><![CDATA[<p>Возникла необходимость:<br />Есть много строк где через пробел идут цифры.<br />Пример строки:<br />15 445 3 561 200054 <br />Надо что бы после копирования этой строчки в буфер обмена, все цифры записались в переменные.<br />Пример:<br /></p><div class="codebox"><pre><code>var1 = 15
var2 = 445 </code></pre></div><p>И так далее.</p><p>Как это можно организовать ?</p>]]></description>
			<author><![CDATA[null@example.com (Nighto)]]></author>
			<pubDate>Thu, 10 Sep 2015 07:21:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=97300#p97300</guid>
		</item>
	</channel>
</rss>
