LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Quick question - LabVIEW search tool

Solved!
Go to solution

Hello,

 

I've got a quick question, and I guess I didn't find the right keywords, since I couldn't get my answer by googling it

 

Let's given that I have a typedefed enum, called ENUM_myenum, that has three values:

- Value_One

- Value_Two

- Value_Three

 

I can use the search tool (Ctrl + F) in order to find all instances of ENUM_myenum. Good.

 

But how can I search for all instances of ENUM_myenum of value Value_Two

Is this even possible ?

 

It gets annoying when taking over someone else's code

 

Thanks in advance


0 Kudos
Message 1 of 3
(2,643 Views)
Solution
Accepted by topic author MathieuSteiner

You can do a Ctrl-F Find search, but change the search type to Text and put Value_Two as the search object.  Note that you can choose whether or not to ignore Case (capitalization) and a few other options.  It will find not only the Enum value, of course, but also where you documented (you do document your VIs, don't you?) Value_Two ...

 

Bob Schor

Message 2 of 3
(2,632 Views)

Thanks for sharing that piece of knowledge

It was clrearly missing to mine 🙂


0 Kudos
Message 3 of 3
(2,625 Views)