02-14-2013 03:19 AM
@GerdW wrote:
Hi newbieeng,
we both use the same LabVIEW help (even when mine is in German, which usually is even worse). The help says:
array type is the data type input for the array. The default is a 2D array of double-precision, floating-point numbers.
You wanted to result an array of strings, but left that input unwired. And you wondered why you got DBLs instead.
Do you still wonder why you don't get an array of strings when you don't define the datatype properly?
Hi GerdW,
Yes, I got it now, but it is really weird there are two input and both of them are the same I thought. Even if I have chosen the the format, asking the array type is interesting because there are other functions to convert string to number arrays.
One more thing, I have to input a 2D string array to convert all string constants to array. When I input 1D array it only shows the first string of the constant. Why does not show other strinng when array type input is in 1D array form?
Overall finally I got it. Thanks.
02-14-2013 03:20 AM
Thanks aCe. I got it.
02-14-2013 03:21 AM
02-14-2013 03:23 AM
Hi Ranjeet,
I got it. In the previous post that I answered to GerdW, I asked a question. I thought the answer is in your example. Thank you.
02-14-2013 03:24 AM
Thanks again. I got it too. 😄
02-14-2013 03:25 AM