08-16-2007 07:31 AM
Hello, I want to build a LV to random rotote 2D Array, I have 3 Input array, Array X: 1, 2,3 Array Y: 11,12,13 Array Z: 21, 22, 23 the result should be 1, 11, 21 1, 11, 22 1, 11, 23 1, 12, 21 1, 12, 22 1, 12, 23 1, 13, 21 1, 13, 22 1, 13, 23 ...... 3, 13, 23 And It does not repeat the same array I think it for a few day Please Help Me . Thank You!! |
08-16-2007 08:26 AM - edited 08-16-2007 08:26 AM
Message Edited by GerdW on 08-16-2007 03:29 PM
08-16-2007 07:15 PM