12-12-2025 06:16 AM
Hi,
I have created a cluster that contains 4 arrays of strings and 2 boolean buttons.
I want to be able to write data in different elements of the string arrays but dont understand how.
I only manage to write data in the first element of the array. But i want to be able to reach all elements.
I want to write data by reference.
Se attached VI for more info
Im sure someone has a nice solution.
12-12-2025 06:39 AM
like this?
12-12-2025 07:10 AM
Lets say i want to write data in array 1 at index 1 (10) and 3 (50)
How do i do that when using references?
12-12-2025 07:33 AM
Hi tokar,
Would something like this be enough for your use ?
12-12-2025 05:13 PM
Writing to an array element ...
Will only write to one element, and you usually don't know which one (it's whichever on last has text focus).