09-16-2013 10:37 PM
I need to fill a 3-dimensional array that has user-controlled dimension sizes with random numbers (1-10). I'm unsure of how to do this. I feel like I have to use the initialize array and maybe the build array functions somehow but I'm not entirely sure. Any help would be appreciated. Thanks.
09-16-2013 10:54 PM
Random number function inside 3 nested For Loops. Auto-indexing turned on at each of the tunnels.
Controls wired to the N terminals for the user controlled dimensions.
Initialize array and build array are not needed.
09-16-2013 11:29 PM
Something like this
09-17-2013 01:02 AM
I think raven is right ... THis is what he is proposing
09-17-2013 01:07 AM - edited 09-17-2013 01:07 AM
And I already proposed