adding each element from two differrent arrays

2013-03-28 Thread Jeff McFall
Hi all, Anyone have an elegant tip for how I could take each element of Array A with n elements and add those to each element in Array B with n elements, storing all into a single array? So that if Array A had 2 elements and Array B had 4 elements the new array size would be 8 As an example

RE: adding each element from two differrent arrays

2013-03-28 Thread Jeff McFall
@listproc.autodesk.com Subject: Re: adding each element from two differrent arrays Hi, try this: (See Attatch) There might be a cooler Solution using the good old Generate Sample Set-Trick, but i think this one might be quite stable Am 28.03.2013 15:26, schrieb Jeff McFall: Hi all, Anyone have