02-12-2014 05:59 PM
How can I convert enum datatype to ASCII..?
Solved! Go to Solution.
02-12-2014 06:01 PM
format string
enum becomes the string version of the value.
02-12-2014 06:33 PM
could you please elaborate..
02-12-2014 07:00 PM - edited 02-12-2014 07:12 PM
I believe this link will be helpful for you
http://zone.ni.com/reference/en-XX/help/371361K-01/glang/format_into_string/
Just wire your enum to input 1 of this function, and it will convert the selected text on the enum to ascii
Ee Lim