Thanks for letting me know about the link. The website is up again.
Excellent. This works very well. FYI, the link to the website does
not work.
Thanks
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.
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