Searching for a Function or Load Object
To search for information about a particular function or load object:
- 1. Choose View
Find.... to open the Find Dialog Box.
- 2. Type a string to search on in the Search String text box.
- 3. If you wish, specify the search direction by selecting one of the Direction radio buttons. The default is Forward.
- 4. Click Apply.
- If the search is successful, the row of data for the function whose name matches the search string is highlighted in the Function List display.
- 5. To search for other function names matching the search string, keep clicking Apply.
- The search loops back to the beginning of the function list when it reaches the end.
- 6. To reset the Search String text box to the string for the last successful search, click Reset.
Note - The Find feature uses UNIX regular expressions. Thus, where c is any character, c* does not mean the string terminating with c plus zero or more other characters, but zero or more instances of c. For a complete description of UNIX regular expressions, see the regexp(5) man page.