Find Dialog Box
- Updated2025-07-30
- 4 minute(s) read
Select Edit»Find and Replace from the front panel window or block diagram window to display this dialog box.
(Statechart) Select Edit»Find and Replace in the Statechart Editor window to display this dialog box.
Use this dialog box to find and replace VIs, Express VIs, objects, and text in the VIs in memory. The Find dialog box displays different search options depending on whether you search for objects or text. After LabVIEW completes the search, the Search Results window appears.
(Statechart) You also can search a statechart diagram, including the guard and action code of the statechart, for a particular object or string of text. The Search Results window appears only if LabVIEW finds more than one object during a search. If LabVIEW finds only one object, LabVIEW highlights the state or transition that contains the object in the Statechart Editor window.
Regular expression support is provided by the PCRE library package. Refer to the <National Instruments>\_Legal Information directory for more information about the license under which the PCRE library package is redistributed.
Refer to the PCRE website at www.pcre.org for more information about Perl Compatible Regular Expressions.
This dialog box includes the following components:
| Option | Description |
|---|---|
| Objects | Searches for a VI, function, or other block diagram object. When you select this option, the Select Object button appears.
|
| Text | Searches for a word or phrase.
|
| Application Instance | Specifies the application instance in which to search for the VI, object, or text. The default application instance is the application instance from which you opened the Find dialog box. |
| Search Scope | Selects the scope of the search. Search the current VI, selected VIs in the application instance, or all VIs in the application instance. If you select Selected VIs, click the Select button to select the VIs to search.
|