User | Kudos |
---|---|
6 | |
5 | |
3 | |
2 | |
2 |
Hi, I've been cleaning up my LabView code and needed to delete one of the element from the enum typedef.
As a result, LabView compiler gave me lots of error because the case structures which had the deleted element as a selector were still looking for this selector.
I needed to open up each VIs that generated these errors and delete the case of the case structure which is not available anymore.
It was OK since the number of case structure required the fix was managalbe but if it was a larger application then this approach would be rather tedious.
Is there any way to do this automatically or it is better to be done manually for some reason?
Thanks!
Steve
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.