<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									javascript multdimensional array - Simhub General				            </title>
            <link>https://www.simhubdash.com/community-2/simhub-support/javascript-multdimensional-array-2/</link>
            <description>All about SimHub!</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 07 Sep 2026 19:07:50 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>javascript multdimensional array</title>
                        <link>https://www.simhubdash.com/community-2/simhub-support/javascript-multdimensional-array-2/#post-4926</link>
                        <pubDate>Thu, 24 Mar 2022 14:29:32 +0000</pubDate>
                        <description><![CDATA[Hi there,
is there any possibility to work with multidimensional arrays in simHub Dashstudio?
var Pos = 1;
var Driver = new Array();;
var Data = new Array();

Data = &#039;Driver1&#039;;...]]></description>
                        <content:encoded><![CDATA[<p>Hi there,</p>
<p>is there any possibility to work with multidimensional arrays in simHub Dashstudio?</p>
<pre contenteditable="false">var Pos = 1;
var Driver = new Array();;
var Data = new Array();

Data = 'Driver1';
Driver = Data;
Data = 'Driver2';
Driver = Data;

return Driver;</pre>
<p>tried this one as testing, but Driver2 is returned, while it should be Driver1?!</p>
<p> </p>
<p>Greetings and yes, I`m a noob :)</p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/simhub-support/">Simhub General</category>                        <dc:creator>zMarkes</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/simhub-support/javascript-multdimensional-array-2/#post-4926</guid>
                    </item>
							        </channel>
        </rss>
		