LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert string array into individual elements

Solved!
Go to solution

Hello Experts,

i would like to display an string array into a text/string display. for example:

 

my string array is:

 

["I", "L", "O", "V", "E", "L", "A", "B", "V", "I", "E", "W"], and i would like to display this array as I LOVE LABVIEW in a string indicator and not an array indicator

 

how do i do that? I tried flatten to sting, but it appended lot of zero's to the string indicator, and the display just doesn't look correct.

 

i hope my question makes sense. 

Now on LabVIEW 10.0 on Win7
0 Kudos
Message 1 of 4
(3,276 Views)
Solution
Accepted by topic author LV_Enthu

The concatenate strings functions will do exactly what you want.

0 Kudos
Message 2 of 4
(3,270 Views)

Concatenate Strings can be reduced to input a single item.  And it will accept an array of strings and concatenate them into a single string.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 4
(3,264 Views)

thanks guys, i spend like 2 days to solve this issue!! :manmad:

Now on LabVIEW 10.0 on Win7
0 Kudos
Message 4 of 4
(3,245 Views)