ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

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,327 Views)

Hi,

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

hope this helps

0 Kudos
Message 2 of 5
(3,323 Views)
this vi just output a string not a string array .
0 Kudos
Message 3 of 5
(3,319 Views)
Wire the output to the 'spreadsheet string to array' and wire a string array constant to 'array type'.
Message 4 of 5
(3,315 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,312 Views)