If I have two macro variables :
&foo.
= aaa bbb ccc
&bar.
= xxx yyy zzz
How can I 'zip' them to give : &bat.
= aaa xxx bbb yyy ccc zzz
?
Please note that this is not asking how to concatenate strings (the output is different from aaa bbb ccc xxx yyy zzz
).