‎11-19-2014 06:32 AM
Multiply them with 0. ![]()
‎11-19-2014 06:36 AM
But how can you do that with 40 elements at once?
‎11-19-2014 06:36 AM
If the indices are fixed then use replace array subset.
you can use for loop and case structure to build some logic if the indices are not fixed.
‎11-19-2014 06:39 AM
Hi Henk,
your questions show your lack of basic knowledge of LabVIEW so I advise you to take all those FREE online courses offered by NI!
how can you do that with 40 elements at once?
The key word is: polymorphism! Read the LabVIEW help on this topic…
‎11-19-2014 06:40 AM
you have in replace array subset one input index, how can I put the first 40 in the input?
‎11-19-2014 06:41 AM - edited ‎11-19-2014 06:41 AM
O I will read that, ignore previous reply
‎11-19-2014 06:42 AM
‎11-19-2014 06:45 AM
So I put an zero in index input, and how can I build an other array with 40 zeros? or isn't that what you mean?
‎11-19-2014 06:50 AM
‎11-19-2014 06:52 AM
I will do that, thanks for your time, it really helped me on my way!