Multiplying all results from a for loop



Hi,

I have a for loop that runs x amount of times, producing x amount of
array. I want to then multiply all the arrays from the for loop by
each other. i.e [array1]*[array2]*[array3], however i cannot get my
mind round how to do this. Im not sure whether to do this in the for
loop or outside it?

Thanks in advanced.
.



Relevant Pages

  • Re: rs232...
    ... 'j' for non-equality to BYTESTOREAD in the end of 'do' loop, ... #define BYTESTOREAD 25 //Depicts the amount of bytes to read! ... //immediatelly assigned to this array. ... // from the rs232 port), ...
    (microsoft.public.vc.language)
  • Re: Random numbers with no duplicates
    ... > loop that generates the numbers and does the set insert. ... because it could happen so that rand() returns you the ... Generate array of numbers in order ... Repeat untill you have the amount of numbers you want, ...
    (alt.comp.lang.learn.c-cpp)
  • Re: to find an integer that is not an element of an array
    ... but for i = 2 onwards im getting the same array (starting ... still producing same element each time the if statement is ... operated on in a for loop ...
    (comp.soft-sys.matlab)
  • Re: Multi dimensional array
    ... > Then the user types in the amount he wants to order from that article. ... > and the amount in another, but then I have to loop through them and ... > other array - ... because the PHP statment <? ...
    (comp.lang.php)
  • RE: Error 3021
    ... Create proto-file names using the selected job names and storre to an array ... Save and close the document and repeat the loop ... Dim strJobsAs String, strDocsAs String, varValsAs _ ...
    (microsoft.public.access.modulesdaovba)

Loading