Hi all,
I have two lists of variables that I need to combine for use in a foreach command in the following way, but can not come up with the right coding/function.
list 1 {a b c d e}
list 2 {x y z}
combine into new list
list 12 {ax bx cx dx ex ay by cy dy ey az bz cz dz ez}
Any help would be greatly appreciated
I have two lists of variables that I need to combine for use in a foreach command in the following way, but can not come up with the right coding/function.
list 1 {a b c d e}
list 2 {x y z}
combine into new list
list 12 {ax bx cx dx ex ay by cy dy ey az bz cz dz ez}
Any help would be greatly appreciated