LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2D array of string to 2D array of void

Solved!
Go to solution

I'm trying to wire the connector pane of my sub-vi such that one of its inputs is a 2-D array of string which I will then use in the subvi. What I did was place a 2-D void array on the front panel as a control and linked it to the connector pane. When I try to wire 2-D array of string to this input on my subvi, it gives an error since the souce is 2D array of string and the sink is 2D array of "void."

 

How can I simply create an array of  2D string input for my subvi so that I can wire any 2D array of string and have it be accepted by the subvi?

0 Kudos
Message 1 of 3
(3,970 Views)
Solution
Accepted by topic author Snow_In_Tehran

Drop a string contriol into the array container.

Message 2 of 3
(3,966 Views)