Hello,
I have the following problem:
I use many forms of arrays (of different datatypes) in my program. Often I wanrt to overwrite the element with index i. But to do this, this index must "exist" / must be initialised. When the index doesn't exist, nothing changes.
I want to write a VI that replaces the value at the index i (if the index is initialised) or appends the value at the end of the array (if the index wasn't initialised). But I don't want to write this VI for every datatype I use (for example arrays of arrays or orrays of structs).
Is there a possibility to write a datatype-independent VI?
Thanks