<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: nested dictionaries</title>
		<atom:link href="http://cycling74.com/forums/topic/nested-dictionaries/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/nested-dictionaries/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 20:06:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/nested-dictionaries/#post-46133</guid>
					<title><![CDATA[nested dictionaries]]></title>
					<link>http://cycling74.com/forums/topic/nested-dictionaries/#post-46133</link>
					<pubDate>Sun, 17 Jun 2012 15:38:52 +0000</pubDate>
					<dc:creator>bonesash</dc:creator>

					<description>
						<![CDATA[
						<p>Hi guys,<br />
if I have a dictionary as a value of a key, how do i insert/change a key affecting the mother-dictionary, too. for example:</p>
<pre><code>var dict = new Dict ("example");
dict.set ("key1", new Dict);
dict = dict.get ("key1");
dict.set ("key1", "value");</code></pre><p>The the dictionary &#8220;key1&#8243; in the dictionary &#8220;example&#8221; remains empty. why??? ( I know it would be possible if I would have filled the second dict first and added it afterwards, but it must be possible this way!). A solution would be awesome! Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/nested-dictionaries/#post-166161</guid>
					<title><![CDATA[Re: nested dictionaries]]></title>
					<link>http://cycling74.com/forums/topic/nested-dictionaries/#post-166161</link>
					<pubDate>Mon, 25 Jun 2012 23:30:34 +0000</pubDate>
					<dc:creator>amounra</dc:creator>

					<description>
						<![CDATA[
						<p>Even thought I&#8217;m not sure what you&#8217;re after here, I think you would need to at least do this:</p>
<p><code>dict.set ("key1", new Dict());</code></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

