<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: actionscript2 code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Mon, 13 Oct 2008 15:43:42 GMT</pubDate>
    <description>DZone Snippets: actionscript2 code</description>
    <item>
      <title>String to Object property</title>
      <link>http://snippets.dzone.com/posts/show/513</link>
      <description>&lt;pre&gt;var str:String = "x=3";&lt;br /&gt;obj = new Object();&lt;br /&gt;arr = str.split("=");&lt;br /&gt;obj[arr[0]] = arr[1];&lt;/pre&gt;</description>
      <pubDate>Wed, 27 Jul 2005 17:58:07 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/513</guid>
      <author>micha (Michael Nisi)</author>
    </item>
  </channel>
</rss>
