From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding out where a typedef is used

I have created some typedefs, but now I want to replace one with another one (... I have multiple ~identical ones that I want to merge to one....)
I can't seem to find any way to list all places a typedef is used . Is there a way?
 
Thx 🙂
0 Kudos
Message 1 of 3
(2,334 Views)
Right click any copy of the typedef or the typedef icon and select Find>All Instances.
This will only work for VIs which are currently open since a typedef does not hold a list of its callers.

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,321 Views)
Thx, I see it now. For some reason I cannot get this Find option when I have a single typedef, (perhaps it's not used) but at least I seem to have gotten things tidied up.
0 Kudos
Message 3 of 3
(2,299 Views)