<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - vbert</title>
<link>http://snipplr.com/users/vbert/tags/associative</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 16 Oct 2008 17:57:20 GMT</pubDate>
<item>
<title>(JavaScript) Associative Array - advance</title>
<link>http://snipplr.com/view/5136/associative-array--advance/</link>
<description><![CDATA[ <p>/* ---===[ EXAMPLE ]===--- */

var TT = new AssociativeArray();

TT.add("k-1", "Value 1");
TT.add("k-2", "Value 2");
TT.add("k-3", "Value 3");
TT.add("k-4", "Value 4");

alert(TT.to_string());</p> ]]></description>
<pubDate>Wed, 20 Feb 2008 20:30:22 GMT</pubDate>
<guid>http://snipplr.com/view/5136/associative-array--advance/</guid>
</item>
</channel>
</rss>