<?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: How to pass a list as parameter to js</title>
		<atom:link href="http://cycling74.com/forums/topic/how-to-pass-a-list-as-parameter-to-js/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-to-pass-a-list-as-parameter-to-js/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 03:17:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-pass-a-list-as-parameter-to-js/#post-65705</guid>
					<title><![CDATA[How to pass a list as parameter to js]]></title>
					<link>http://cycling74.com/forums/topic/how-to-pass-a-list-as-parameter-to-js/#post-65705</link>
					<pubDate>Sun, 16 Dec 2012 20:20:48 +0000</pubDate>
					<dc:creator>Pvdn</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m trying to get a list into a javascript function, but i have no idea what to do. If i do&#8230;</p>
<pre><code>function test(value)
{
    post(value)
}</code></pre><p>&#8230; i only see the first item in the list.</p>
<p>It could be that i&#8217;m not preparing my message correctly. I used the prepend object to prepend the list with the js-functionname i want to call.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-pass-a-list-as-parameter-to-js/#post-236720</guid>
					<title><![CDATA[Re: How to pass a list as parameter to js]]></title>
					<link>http://cycling74.com/forums/topic/how-to-pass-a-list-as-parameter-to-js/#post-236720</link>
					<pubDate>Sun, 16 Dec 2012 21:29:43 +0000</pubDate>
					<dc:creator>amounra</dc:creator>

					<description>
						<![CDATA[
						<p>Use the arrayfromargs() method:</p>
<pre><code>function test()
{
    var args = arrayfromargs(arguments);
    post(&#39;args:&#39;, args, &#39;n&#39;);
}</code></pre>						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-pass-a-list-as-parameter-to-js/#post-236721</guid>
					<title><![CDATA[Re: How to pass a list as parameter to js]]></title>
					<link>http://cycling74.com/forums/topic/how-to-pass-a-list-as-parameter-to-js/#post-236721</link>
					<pubDate>Sun, 16 Dec 2012 22:32:57 +0000</pubDate>
					<dc:creator>Pvdn</dc:creator>

					<description>
						<![CDATA[
						<p>wow, thanks *a lot*!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

