I am having the same problem as well. I used to have a cluster of tables (i.e. cluster of 2D arrays), but with so many case statements, I started to drown in a sea of bundle/unbundles. The other problem is that labview will not have an array of tables, because a 1D array of 2D tables is just a 3D array.
My new problem is just like the one stated above. I need to insert 2D arrays of unknown size into a 3D array of size = 4. Labview won't let me insert into anything past page zero. Seems to be pretty silly as well. You're damned if you do and damned if you don't. Labview should be able to handle this unless there's some programming law I'm not familiar with.
