<?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=10934&amp;type=atom" />
	<updated>2015-09-10T09:57:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10934</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перемеренные из буфера обмена]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97305#p97305" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2015-09-10T09:57:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97305#p97305</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перемеренные из буфера обмена]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97304#p97304" />
			<content type="html"><![CDATA[<p>Обратите внимание на правила цитирования.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-09-10T09:57:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97304#p97304</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перемеренные из буфера обмена]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97302#p97302" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Nighto]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33339</uri>
			</author>
			<updated>2015-09-10T09:39:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97302#p97302</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перемеренные из буфера обмена]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97301#p97301" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>Nighto</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте свой пост.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-09-10T08:51:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97301#p97301</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Перемеренные из буфера обмена]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=97300#p97300" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Nighto]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33339</uri>
			</author>
			<updated>2015-09-10T07:21:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=97300#p97300</id>
		</entry>
</feed>
