Hi,
If you use "auto indexing", the for loop automatically builds an array.
(Auto indexing is default, when you wire something to a for loop. Right
click the connection dot, to turn it off.) Simply connect the output of the
formula to the for loop, and select Create Indicator (right mouse click).
You will have a new array on the front panel.
If the routine has to be really fast, you can initialize the array, and
replace the element number "i" with the current value. You do need to use a
shift register for the array.
Regards,
Wiebe.
"Sonic"
wrote in message
news:Fkkba.38829$pG1.937735@news1.tin.it...
> Hi all
> I'm using, thanking to your quickly and detailed answers,labview from some
> days,
> in my Vi I've noe a little troubl
e,
> I have, in a for structure, 480 integers that came up from a formula
> internal in this for,
> how can I buold a 1d array of dimension 1*480 with all this numbers,
> starting from "zero"?!
>
> In other words do I need to initialize this array? (for example an array
> 1*480 filled with zeros),
> or I could build it simply appending each number to the previous one and
the
> array will be every time
> increased of a unit in terms of dimension?
>
> Thanks a lot to all.
>
> Best regards
>
>
>