SearchUp command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Searches up (relative to the current line) in the current main...") |
No edit summary |
||
Line 4: | Line 4: | ||
|width="50%"| '''Action:''' | |width="50%"| '''Action:''' | ||
|width="50%"| | |width="50%"| | ||
<span class="f_Para">[[ | <span class="f_Para">[[Search facility#The Search Prev button|Searches up]] (relative to the current line) in the current main window page for the search string you specify in the command. Repeating the command locates the next occurrence of the search string. The search is </span><span class="f_EmphItal">''not''</span><span class="f_Para"> case sensitive. </span> | ||
Optionally, searches up for the search string ''in the Client window you specify'' as the value of the command's In ''window'' prefix. | Optionally, searches up for the search string ''in the Client window you specify'' as the value of the command's In ''window'' prefix. | ||
Line 13: | Line 13: | ||
<span class="f_Para">where:</span> | <span class="f_Para">where:</span> | ||
*''window'' is one of the following keywords, not case sensitive, which identify a Client window. Links are provided to help identify the less common windows: | *''window'' is one of the following keywords, not case sensitive, which identify a Client window. Links are provided to help identify the less common windows: | ||
:: <span class="f_CodeExList">[[ | :: <span class="f_CodeExList">[[Help menu options|about]] </span><br /> | ||
:: <span class="f_CodeExList">auditTrail</span><br /> | :: <span class="f_CodeExList">auditTrail</span><br /> | ||
:: <span class="f_CodeExList">[[ | :: <span class="f_CodeExList">[[Help menu options|commands]] </span><br /> | ||
:: <span class="f_CodeExList">console </span><br /> | :: <span class="f_CodeExList">console </span><br /> | ||
:: <span class="f_CodeExList">[[ | :: <span class="f_CodeExList">[[Displaying a statement history|executionHistory]] </span><br /> | ||
:: <span class="f_CodeExList">executionTrace </span><br /> | :: <span class="f_CodeExList">executionTrace </span><br /> | ||
:: <span class="f_CodeExList">[[ | :: <span class="f_CodeExList">[[Help menu options|keyboardShortcuts]]</span><br /> | ||
:: <span class="f_CodeExList">source </span><br /> | :: <span class="f_CodeExList">source </span><br /> | ||
:: <span class="f_CodeExList">[[ | :: <span class="f_CodeExList">[[Copying, printing, or saving text|textviewer]] </span><br /> | ||
:: <span class="f_CodeExList">[[ | :: <span class="f_CodeExList">[[Displaying temporarily the value of a program data item|value]] </span><br /> | ||
:: <span class="f_CodeExList">watchWindow </span><br /> | :: <span class="f_CodeExList">watchWindow </span><br /> | ||
:: <span class="f_CodeExList">webBuffer </span> | :: <span class="f_CodeExList">webBuffer </span> |
Revision as of 03:44, 8 December 2022
Action: |
Searches up (relative to the current line) in the current main window page for the search string you specify in the command. Repeating the command locates the next occurrence of the search string. The search is not case sensitive. Optionally, searches up for the search string in the Client window you specify as the value of the command's In window prefix. Syntax: [in window] searchUp search_string where:
To locate a single backslash character, escape the target backslash with a second backslash (searchUp \\). Command examples: in WatchWindow searchUp printText searchUp &a
in auditTrail searchUp \&&myProc
Related commands include: searchDown, searchFromTop, searchFromBottom |
Client menu: | Search > Search Up |
Introduced: | Build 11 |