01-23-2013 04:17 AM
Hello everyone,
I want convert 1D array into 2D array, My array included only one boolean Value..
BR
01-23-2013 04:20 AM
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?
01-23-2013 05:20 AM
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 ?
01-23-2013 05:30 AM
ok..
if you want to check if the array is empty, use the Empty Array function in Comparison palette!! 🙂
01-23-2013 05:43 AM - edited 01-23-2013 05:43 AM
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?