LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array string

Hey,
I want to put the elements of the array to one string.
For example if the elements are a b c I want to have them in a string like: abc
How to do that ? Thanks. /Dagny
0 Kudos
Message 1 of 3
(2,958 Views)
If you just want to concatenate the array elements, use Concatenate Strings. If you need formatting (such as spacing) between elements, use Array to Spreadsheet String.
0 Kudos
Message 2 of 3
(2,958 Views)
Saved in version 6.1...
0 Kudos
Message 3 of 3
(2,958 Views)