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,688 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,675 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,653 Views)