LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Search for a Text in VIs

I am trying to write a VI tool to search other VIs for a particular text. This can currently be done from LabVIEW's menu Edit -> Find...
Anybody know how I can hook into this feature of LabVIEW?
Thanks,
R.E.
0 Kudos
Message 1 of 3
(2,733 Views)
Long before that Find feature was available I wrote a VI that reads any file as a string of characters. A VI is stored in binary, but the text of labels and other text is in there. Just use the string functions to search through the file.

Lynn
0 Kudos
Message 2 of 3
(2,726 Views)
I'm fairly certain that functionality isn't accesible. There are some search VI in the LabVIEW\Project directory, but those are for the Search VIs on Disk tool.

A pretty terrible way of doing this yourself is using the VI method Export VI Strings, then read the strings from the file and search them. Of course, it won't take you to the string itself, or do anything else of usefulness.

___________________
Try to take over the world!
0 Kudos
Message 3 of 3
(2,721 Views)