12-18-2014 11:41 AM
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.
Solved! Go to Solution.
12-18-2014 11:48 AM
The concatenate strings functions will do exactly what you want.
12-18-2014 11:53 AM
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.
12-18-2014 01:02 PM
thanks guys, i spend like 2 days to solve this issue!! :manmad: