I'm trying to do something that should be very simple, at least it is in languages like C++ and java so I assume it will be simple with G as well...but I'm new to LabView... All I'm trying to do is replace the existing contents of an array. I'm using the replace array subset vi. Basically I initialized all 10 elements of an array to 1. I then created a for loop which should replace the 1 of each element with the element number (in other words I connected the iteration terminal to the index and new element terminals). If I step through the code the element is temporarily replaced but then it goes right back to 1. I know I'm missing something simple. I've attached the vi.