Re: creating enum from list

2004-04-08 Thread CoastalMaineBird
I don't think you can do that. A LabVIEW enum includes the string names as part of the data type. You cannot change the data type of a control or indicator programatically. If you use a TEXT RING or a MENU RING, then you can get approximately the same behavior - you can set the STRINGS property of

creating enum from list

2004-04-08 Thread Peeker
I would like to update a number of enums in my system using some sort of script, that would take c++ files, find enums in them and convert these enums into LV eums. I'm pretty sure we can get to the point where we have the elements of the enum in some sort of list, and the c++ enums will start at