LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I convert 1D array into 2D array labview

Hello everyone,

 

I want convert 1D array into 2D array, My array included only one  boolean Value..

 

BR

0 Kudos
Message 1 of 5
(4,678 Views)

Hi

 

wire the 1D array to a build array function and you will get a 2D array

 

btw, what is it that you are trying to achieve?

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 2 of 5
(4,677 Views)

Hello, Thank you for your asnwer... what I am  doing.. at first I have array and I tested this array if it is empty with array Size funktion.. If array size ist not Zero (!=0) so I get the value true .. und I put this true in a new array ( So I used here build array). so I get array but as 1D  but  what I need is  this array as 2D...should I change the option with Build array, so that I have 2D ?

0 Kudos
Message 3 of 5
(4,664 Views)

1D to 2D.PNG

ok..

 

if you want to check if the array is empty, use the Empty Array function in Comparison palette!! 🙂

 

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 4 of 5
(4,660 Views)

Hi,

 

you can use empty array function to check whether array is empty or not.

But that output why you want in 2Darray?

any specific requirement?

 

0 Kudos
Message 5 of 5
(4,650 Views)