LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to convert a number array to a string array quickly and easily?

how to convert a number array to a string array quickly and easily?
0 Kudos
Message 1 of 5
(3,306 Views)

Hi,

you can use the 'array to spreadsheet string' vi.

hope this helps

0 Kudos
Message 2 of 5
(3,302 Views)
this vi just output a string not a string array .
0 Kudos
Message 3 of 5
(3,298 Views)
Wire the output to the 'spreadsheet string to array' and wire a string array constant to 'array type'.
Message 4 of 5
(3,294 Views)

quickly and easily?
The Number to String functions are polymorphic. Simply wire your array directly into the Number input and you will get an array of strings.

___________________
Try to take over the world!
Message 5 of 5
(3,291 Views)