09-16-2011 09:35 AM
If I do a find and replace on a enum constant, can I have multiple criteria? Right now, when I do find, the only criteria is enum constant object. I want to find all enum constants with the label "enum123" from main.vi and replace them with a type-def enum.
Right now, when I do search, I can only specify the object type (enum), so I am getting all enum object in the vi, which I don't want. I just want enum objects with label "enum123".
Thanks!
Solved! Go to Solution.
09-16-2011 10:05 AM
If you search for text, you have this option, but you won't be able to do a simple replace. The More Options lets you clarify where to find the text. But, you'll have to manually replace the objects.
09-16-2011 11:09 AM
It would be nice if you stuck to your original post http://forums.ni.com/t5/LabVIEW/Find-and-replace/td-p/1705646
09-16-2011 04:47 PM
I thought my question was getting too branched out. Thanks for answering my question. I will try to keep the questions in one place. Thanks!