12-23-2021 08:08 AM
Hey,
what about this?
12-24-2021 03:31 AM
@Madottati wrote:
Hey,
what about this?
You do need to close the type reference.
If you get the type dynamically, you'd be able to put it in a .vim. Then it works for all 1D arrays. You could even extend it to work for all types, replacing the "To .NET" VI:
You'd need to put the selected part in another VI, because invoke nodes aren't allowed in inlined VIs (incl. .vims).
Of course you can go the variant route. Give a normal VI a variant input, then use variant type info to do something similar.