SearchFromBottom command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
*''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">[[Help menu options|about]] </span | :: <span class="f_CodeExList">[[Help menu options|about]] </span> | ||
:: <span class="f_CodeExList">auditTrail</span | :: <span class="f_CodeExList">auditTrail</span> | ||
:: <span class="f_CodeExList">[[Help menu options|commands]] </span | :: <span class="f_CodeExList">[[Help menu options|commands]] </span> | ||
:: <span class="f_CodeExList">console </span | :: <span class="f_CodeExList">console </span> | ||
:: <span class="f_CodeExList">[[Displaying a statement history|executionHistory]] </span | :: <span class="f_CodeExList">[[Displaying a statement history|executionHistory]] </span> | ||
:: <span class="f_CodeExList">executionTrace </span | :: <span class="f_CodeExList">executionTrace </span> | ||
:: <span class="f_CodeExList">[[Help menu options|keyboardShortcuts]]</span | :: <span class="f_CodeExList">[[Help menu options|keyboardShortcuts]]</span> | ||
:: <span class="f_CodeExList">source </span | :: <span class="f_CodeExList">source </span> | ||
:: <span class="f_CodeExList">[[Copying, printing, or saving text|textviewer]] </span | :: <span class="f_CodeExList">[[Copying, printing, or saving text|textviewer]] </span> | ||
:: <span class="f_CodeExList">[[Displaying temporarily the value of a program data item|value]] </span | :: <span class="f_CodeExList">[[Displaying temporarily the value of a program data item|value]] </span> | ||
:: <span class="f_CodeExList">watchWindow </span | :: <span class="f_CodeExList">watchWindow </span> | ||
:: <span class="f_CodeExList">webBuffer </span> | :: <span class="f_CodeExList">webBuffer </span> | ||
Line 43: | Line 43: | ||
: (searches for string '&&myProc') | : (searches for string '&&myProc') | ||
Related commands include: [[ | Related commands include: [[searchUp command|searchUp]], [[searchDown command|searchDown]], [[searchFromTop command|searchFromTop]] | ||
|- | |- | ||
| '''Client menu:''' | | '''Client menu:''' |
Revision as of 03:40, 8 December 2022
Action: |
Searches up, from the bottom of the current main window page, for the search string you specify in the command. Repeating the command locates the same occurrence of the search string. The search is not case sensitive. Optionally, searches from the bottom of the Client window you specify as the value of the command's In window prefix. Syntax: [in window] searchFromBottom search_string where:
To locate a single backslash character, escape the target backslash with a second backslash (searchFromBottom \\). Command examples: in WatchWindow searchFromBottom printText searchFromBottom &a
in auditTrail searchFromBottom \&&myProc
Related commands include: searchUp, searchDown, searchFromTop |
Client menu: | Search > Search From Bottom |
Introduced: | Build 11 |