LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SubVI with void array input and output

I want to create a SubVI that has a 1D array of any type as input and produces a 2D array of any type as output. When I try to do this I get an error about connecting different data types. It would be very elegant if my SubVI could work for any data type because it only rearranges the array elements in a certain way.

 

Thank you.

Message Edited by mrsound on 11-18-2009 04:20 PM
0 Kudos
Message 1 of 3
(3,913 Views)
You could make a polymorphic subVI. Check the help.
0 Kudos
Message 2 of 3
(3,896 Views)
Ok, thank you.
0 Kudos
Message 3 of 3
(3,881 Views)