Adam - FMM
02-02-07, 02:47 AM
Let us say I have 2 arrays:
<MvASSIGN NAME = "l.array1" INDEX="{l.1}" VALUE = "{l.var}">
<MvASSIGN NAME = "l.array2" INDEX="{l.2}" VALUE = "{l.var2}">
my script runs and the contents of l.array1 is
1
2
3
the contents of l.array2 is
a
b
c
d
Is it possible to run the first array against the second, concotenate the contents and get an output of all 12 combinations - and in this order?
1a
1b
1c
1d
2a
2b
2c
2d
3a
3b
3c
3d
Thanks
<MvASSIGN NAME = "l.array1" INDEX="{l.1}" VALUE = "{l.var}">
<MvASSIGN NAME = "l.array2" INDEX="{l.2}" VALUE = "{l.var2}">
my script runs and the contents of l.array1 is
1
2
3
the contents of l.array2 is
a
b
c
d
Is it possible to run the first array against the second, concotenate the contents and get an output of all 12 combinations - and in this order?
1a
1b
1c
1d
2a
2b
2c
2d
3a
3b
3c
3d
Thanks