Hi,
I'm wondering if anyone can help me with this problem. I'd like to be able to modify elements of an array with For loop. In the attached VI, my goal is to have an array of [0 1 2 3 4 5], but instead what I've got is [2 2 2 2 4 5]. I initialized the array with a value of 2 to help me identify which elements are changing. Can anyone help me pointing where my mistake is? Thanks.
Peter