<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / Karzin / tag / swap</title>
<link>http://netvouz.com/Karzin/tag/swap?feed=rss</link>
<description>Karzin&#39;s bookmarks tagged &quot;swap&quot; on Netvouz</description>
<item><title>Array.swap(a, b) method? - kirupaForum</title>
<link>http://www.kirupa.com/forum/showthread.php?t=342500</link>
<description>swapItems(array:Array, item1:Object, item2:object) { var item1pos:int = array.indexOf(item1); var item2pos:int = array.indexOf(item2); if ((item1pos != -1) &amp;&amp; (item2pos != -1)) { var tempItem:Object = array[item2pos]; array[item2pos] = array[item1pos]; array[item1pos] = tempItem; } }</description>
<category domain="http://netvouz.com/Karzin?category=7236523184708758705">Tutorial &gt; Actionscript &gt; Actionscript 3</category>
<author>Karzin</author>
<pubDate>Tue, 14 Dec 2010 16:29:15 GMT</pubDate>
</item></channel></rss>