04-26-2007 04:10 AM
04-29-2007 08:09 PM
Hi,
It is no surpise that your search came up empty. The Find and Replace functionality is only associated with LabVIEW items, not the actual data that is being handled by these items. It will not search a text array for a particular text instance.
If you haven't already, you may want to visit the LabVIEW Help related to this topic. In the Contents List, go to Fundamentals>>LabVIEW Environment>>Finding Objects>> Finding and Replacing VI's, Objects and Text.
Cheers,
Emilie Kopp | Applications Engineer | National Instruments
04-30-2007 09:55 AM
05-01-2007 04:10 AM
05-01-2007 04:55 PM
I apologize for my confusion. Upon reviewing the LabVIEW Help documentation, I had found the discussion regarding Finding and Replacing Objects but neglected to acknowlege the other section regarding Finding and Replacing Text; an unfortunate overlook.
Thank you RobbieG for clarifying matters for me.
Regards,
Emilie Kopp | Applications Engineer
05-02-2007 08:52 AM
Wiebe,
Can you kindly clarify me where is the Find & Replace facility in LV 7.1. I can see only Find. ![]()
Is this available only from 8.0 ?
05-07-2007 04:10 AM
05-25-2010 02:40 PM
This thread is old, but I'm posting my example VI here so that those interested in why I submitted the request for the addition of a 'skip array data' checkbox.
I discovered this problem because a particular VI in my common library had an image data structure with default data in the image array (922 elements).
This is not a large array, but the penalty when performing a search is unacceptable, and very difficult to find.
See example VI (LabVIEW 8.6.1)