Simple question for you LabVIEW experts: I want to build an array of many element for use in my code. The problem is I have 20 elements I need to insert into the "Build Array Function." This takes up much code space and is really not that clean. I was thinking of using a For Loop and use the iteration terminal as the index for each element. The For Loop would then use auto indexing and build this array for me.
Is there a more efficient way to do this? Thanks!