Hi,
I have attached a sample VI in this message.
I have a FOR loop. If I use a numeric say 5, for each cycle, I would like to multiply 5 to each cycle count and I want to have the products of all the cycles added up in real time and store it in a variable/array.
for example:
cycle count product current sum
0 5x0 0
1 5x1 5
2 5x2 10+5 = 15
3 5x3 15+15 = 30
and so on.
And I have to apologize for pressing the wrong button on the keyboard and I submitted the post before I even finished writing.
Message Edited by qiora on 10-03-2005 10:42 AM