I'm really curious how you would accomplish the following:
Picture a grid - 6x6. You want to randomly populate the 36 individual cells of the grid from a list of 36 specific values.
I'm seeing a two-dimensional array to hold the cell values, but thoughts on setting them randomly, making sure each listed value is only used once?
Contributors to the forums never cease to amaze me with their ingenuity and talent. So - How would you do it?
Thanks in advance. Any help is appreciated.