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: 

Combining Several enum strings

I need to be able to combine several enum strings together and have an output of one enum string. I know with string text application you can combine the strings into one using Concentrate String application. Is there any such application or method to do the same with enum strings?
0 Kudos
Message 1 of 3
(3,777 Views)
Hi artorus,

You can combine the strings of two enums using property nodes.
Please refer to the attached VI (8.2).

PO.

0 Kudos
Message 2 of 3
(3,771 Views)
You can also use the "Format Into String" function.
0 Kudos
Message 3 of 3
(3,760 Views)