SearchDown command
Action: |
Searches down (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 down for the search string in the Client window you specify as the value of the command's In window prefix. Syntax: [in window] searchDown search_string where:
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.
Command examples: in WatchWindow searchDown %y searchDown &a
in auditTrail searchDown \&&myProc
Related commands include: searchUp, searchFromTop, searchFromBottom |
Client menu: | Search > Search Down |
Introduced: | -- |