Due to increasing spam attacks, forum registrations are currently paused to keep our community safe and spam-free. Come hang out and stay connected with us on the SimHub Discord: https://discord.com/invite/nBBMuX7!
Catch you on Discord — and thanks for understanding!
Catch you on Discord — and thanks for understanding!
Notifications
Clear all
Topic starter
24/03/2022 4:29 pm
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['Name'] = 'Driver1'; Driver[1] = Data; Data['Name'] = 'Driver2'; Driver[2] = Data; return Driver[1]['Name'];
tried this one as testing, but Driver2 is returned, while it should be Driver1?!
Greetings and yes, I`m a noob 🙂