Hello all,
I'm using a LabVIEW.vi for getting (a dynamic count of) measurement values. In the vi there is defined an (empty) array of cluster of string. Programatically I'd like to add elements to the array. Manually it's easily possible by the button "add item". But programatically I've found no way to add elements. The Expression "Step.AdditionalResults.CustomResults.Insert(...)" does not work, because you can't adress the existing array to be expanded.
Thanks in advance for any reply.