<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - adrianparr</title>
<link>http://snipplr.com/users/adrianparr/tags/array</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 02:18:50 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3 Load and access JSON data example</title>
<link>http://snipplr.com/view/56283/as3-load-and-access-json-data-example/</link>
<description><![CDATA[ <p>For this to work you need the as3corelib classes from here ... https://github.com/mikechambers/as3corelib</p> ]]></description>
<pubDate>Fri, 08 Jul 2011 05:33:20 GMT</pubDate>
<guid>http://snipplr.com/view/56283/as3-load-and-access-json-data-example/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove an element from an array</title>
<link>http://snipplr.com/view/56186/as3-remove-an-element-from-an-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Jul 2011 23:25:00 GMT</pubDate>
<guid>http://snipplr.com/view/56186/as3-remove-an-element-from-an-array/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Show Embedded Fonts</title>
<link>http://snipplr.com/view/54968/as3-show-embedded-fonts/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 07 Jun 2011 23:43:02 GMT</pubDate>
<guid>http://snipplr.com/view/54968/as3-show-embedded-fonts/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Add a range of Values In an Array</title>
<link>http://snipplr.com/view/42135/as3-add-a-range-of-values-in-an-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Oct 2010 22:40:05 GMT</pubDate>
<guid>http://snipplr.com/view/42135/as3-add-a-range-of-values-in-an-array/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Using Push, Pop, Unshift and Shift on Arrays</title>
<link>http://snipplr.com/view/29894/as3-using-push-pop-unshift-and-shift-on-arrays/</link>
<description><![CDATA[ <p>I always forget which method does what. This is just as a quick reminder.</p> ]]></description>
<pubDate>Wed, 17 Mar 2010 11:09:02 GMT</pubDate>
<guid>http://snipplr.com/view/29894/as3-using-push-pop-unshift-and-shift-on-arrays/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Search for a Value in Array and Return it's Position Index</title>
<link>http://snipplr.com/view/29889/as3-search-for-a-value-in-array-and-return-its-position-index/</link>
<description><![CDATA[ <p>If the item cannot be found then the return value is NaN. This function only returns the index of the first occurence found, so it's not very good if you have multiple occurrences of the same value in the array.</p> ]]></description>
<pubDate>Wed, 17 Mar 2010 10:00:05 GMT</pubDate>
<guid>http://snipplr.com/view/29889/as3-search-for-a-value-in-array-and-return-its-position-index/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Put Last Item of Array at the Beginning</title>
<link>http://snipplr.com/view/29329/as3-put-last-item-of-array-at-the-beginning/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 05 Mar 2010 05:09:56 GMT</pubDate>
<guid>http://snipplr.com/view/29329/as3-put-last-item-of-array-at-the-beginning/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Check if All the Values in Two Different Arrays are the Same</title>
<link>http://snipplr.com/view/29298/as3-check-if-all-the-values-in-two-different-arrays-are-the-same/</link>
<description><![CDATA[ <p>I'm not sure whether I should be using == (Equality) or === (Strict equality) here. I haven't been able to create a situation where it makes much difference. If you know better, feel free to leave me a comment.</p> ]]></description>
<pubDate>Thu, 04 Mar 2010 15:51:09 GMT</pubDate>
<guid>http://snipplr.com/view/29298/as3-check-if-all-the-values-in-two-different-arrays-are-the-same/</guid>
</item>
<item>
<title>(ActionScript 3) SearchArray AS3 Functions</title>
<link>http://snipplr.com/view/27808/searcharray-as3-functions/</link>
<description><![CDATA[ <p>This SearchArray class was written by Flanture.
I claim no credit for this.

The class can be downloaded from here ...
http://www.box.net/shared/7fj14higai</p> ]]></description>
<pubDate>Sun, 07 Feb 2010 05:50:44 GMT</pubDate>
<guid>http://snipplr.com/view/27808/searcharray-as3-functions/</guid>
</item>
<item>
<title>(ActionScript 3) Shuffle an Array</title>
<link>http://snipplr.com/view/22707/shuffle-an-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 07 Nov 2009 19:31:44 GMT</pubDate>
<guid>http://snipplr.com/view/22707/shuffle-an-array/</guid>
</item>
</channel>
</rss>