LabVIEW: converting numeric array to string array
Posted
by JaysonFix
on Stack Overflow
See other posts from Stack Overflow
or by JaysonFix
Published on 2010-06-07T14:50:01Z
Indexed on
2010/06/07
14:52 UTC
Read the original article
Hit count: 419
Using LabVIEW 2009, I have a VI that outputs an array of U64 integers.
I'd like the user to be able to perform discrete selection from among the elements of this array.
I'm thinking of accomplishing this by programmatically populating a Menu Ring (as shown at http://digital.ni.com/public.nsf/allkb/FB0409491FAB16FA86256D08004FCE7E).
However, I apparently need to convert my array of U64 ints to an array of strings, as it is an array of strings that is used to populate the Menu Ring.
My question: how can I convert the array of U64 ints to an array of strings?
© Stack Overflow or respective owner