<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK : ListBox]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13401</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13401&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK : ListBox».]]></description>
		<lastBuildDate>Mon, 22 Jan 2018 22:15:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK : ListBox]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=123311#p123311</link>
			<description><![CDATA[<p>Добавляйте в обратном порядке:<br /></p><div class="codebox"><pre><code>
items := [&quot;Red&quot;,&quot;Green&quot;,&quot;Blue&quot;,&quot;Black&quot;,&quot;White&quot;]

Gui, Add, ListBox,r10,% ReverseItems(items)
Gui, Show,w200, Reverse

ReverseItems(arr) {
	result := &quot;&quot;
	Loop,% i := arr.Length()
		result .= arr[i--] &quot;|&quot;
	return result
}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (KusochekDobra)]]></author>
			<pubDate>Mon, 22 Jan 2018 22:15:41 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=123311#p123311</guid>
		</item>
		<item>
			<title><![CDATA[AHK : ListBox]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=123309#p123309</link>
			<description><![CDATA[<p>При добавлении в ListBox каких-либо элементов они начинают добавляться снизу.Есть ли возможность сделать так,чтобы элементы добавлялись сверху?</p>]]></description>
			<author><![CDATA[null@example.com (Ms_Smail)]]></author>
			<pubDate>Mon, 22 Jan 2018 21:23:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=123309#p123309</guid>
		</item>
	</channel>
</rss>
