I am working with LabVIEW 6.1 and trying to solve the "sparse enum" problem. I have found this in the past posts but the link is old, so if Jean-Pierre, or anyone else, could respond with a new location I would be most thankful.
Have a great day, Thomas Plummer Derry, New Hampshire
"However, I have implemented a workaround in LabVIEW. It is a VI that takes on input a C sparse enum statement (e.g. enum {start=10,stop=25,a=12,inc=50}})and will automatically create from templates: - a typedef G enum {start,stop,a,inc} - a VI that inputs the typedef enum to index an array of sparse values[10,25,12,50].
It is available on my LabVIEW pages http://cybertechs.qc.ca/~jpdrolet/labview