05-20-2025 09:26 AM
I have what I think is a bug, but you could also argue this isn't a great design. I have an enum that has the first value an empty value. If I convert that to a string, it returns an empty string. So far so good. But if you then use the Scan From String to turn it back into an enum, it generates an error. I have a VIM for doing XML reading and conversion to a data type and this is generating an error. Attached is a VI showing the behavior. Is this the expected behavior? Is there a better work around? At the moment if the string is empty, I have it then look for for each of the string values for each of the enum values and seeing if one is empty.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-21-2025 03:32 PM
05-21-2025 03:38 PM
Here it is with the 1st element as chr 127.