Good Morning,
I've recently been working with tables and expanding tables to cover more cases and it got me wondering...
Is it possible to create N-dimensional tables in Flexsim? (example: table[row][column][dim3][...][dimN])
I'm currently working around this by using subnodes to account for higher dimensions but the code is getting a bit busy with Table(node.subnodes[dim3].subnodes[...],subnodes[dimN])[row][col].