<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AutoIt: Получение массива выделенных элементов в активной панели ТС]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12191&amp;type=atom" />
	<updated>2016-11-30T14:16:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12191</id>
		<entry>
			<title type="html"><![CDATA[Re: AutoIt: Получение массива выделенных элементов в активной панели ТС]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109527#p109527" />
			<content type="html"><![CDATA[<p><strong>Flasher</strong>, спасибо. Это то, что нужно</p>]]></content>
			<author>
				<name><![CDATA[Parazit]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34289</uri>
			</author>
			<updated>2016-11-30T14:16:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109527#p109527</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoIt: Получение массива выделенных элементов в активной панели ТС]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109519#p109519" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>For $i = 1 To $CmdLine[0]
  Msgbox(0,&quot;&quot;, $CmdLine[$i])
Next</code></pre></div><p>$CmdLine - это и есть массив.</p><p><strong><span style="color: green">Заголовок уточнён.</span></strong></p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-11-30T11:34:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109519#p109519</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AutoIt: Получение массива выделенных элементов в активной панели ТС]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=109504#p109504" />
			<content type="html"><![CDATA[<p>Привет. Такая задача.<br />Я в Total Commander выделяю файлы с параметром %P%S.<br />Как мне получить строковый массив из файлов, разделённый пробелами?</p><div class="codebox"><pre><code>
For $i = 0 To $CmdLine[1]
$sss = $i
;MsgBox(0, &quot;111&quot;, sss)
Next
MsgBox(0, &quot;111&quot;, sss)

 
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Parazit]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34289</uri>
			</author>
			<updated>2016-11-30T07:27:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=109504#p109504</id>
		</entry>
</feed>
