SearchUp command

From m204wiki
Revision as of 14:58, 11 July 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Searches up (relative to the current line) in the current main...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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:

  • 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:
about 
auditTrail
commands 
console 
executionHistory 
executionTrace 
keyboardShortcuts
source  
textviewer  
value 
watchWindow 
webBuffer 
  • search_string is the required search string, with no additional quotation marks.
  • To locate a target string that begins with an ampersand (&) and is not the name of a macro variable or Client function, prefix the target with a backslash (\) to treat the ampersand as a literal.

To locate a single backslash character, escape the target backslash with a second backslash (searchUp \\).  

Command examples:

in WatchWindow searchUp printText 

searchUp &a   

(searches for value of macro variable &a) 

in auditTrail searchUp \&&myProc

(searches for string '&&myProc')

Related commands include: searchDown, searchFromTop, searchFromBottom

Client menu: Search > Search Up
Introduced: Build 11