Re: Detrmine all combinations of string arrays

2004-05-07 Thread Enrique
Thanks for letting me know about the link. The website is up again.

Re: Detrmine all combinations of string arrays

2004-05-07 Thread henry
Excellent. This works very well. FYI, the link to the website does not work. Thanks Henry

Re: Detrmine all combinations of string arrays

2004-05-06 Thread henry
This would work if I knew how many 1D arrays I have. If there were three 1D arrays at runtime, I would have no way of adding a third ForLoop. Then the next time the program calls this vi there might be 9 1D arrays and the time after that there might be 4, etc.

Detrmine all combinations of string arrays

2004-05-06 Thread henry
I have an unknown number of 1D string arrays (until runtime). I need to generate a string for every combination using one element at a time from each array. For example, if at runtime there are two arrays with A,B and X,Y then I need to generate AX,AY,BX, and BY. At runtime there could easily be