◄Up► ◄Contents► ◄Index► ◄Back► ─────Programmer's WorkBench───────────────────────────────────────────────── Searchall («searchall») Highlights all occurrences of the previously searched string or pattern. Moves the cursor to the first occurrence in the file. Arg Searchall («arg» «searchall») Highlights all occurrences of the string specified by the text from the cursor to the first blank character. Arg <textarg> Searchall («arg» <textarg> «searchall») Highlights all occurrences of <textarg>. Arg Arg Searchall («arg» «arg» «searchall») Highlights all occurrences of the regular expression defined by the characters from the cursor to the first blank character. See: ◄Regular Expressions► Arg <streamarg> Searchall («arg» <streamarg> «searchall») Highlights all occurrences of <streamarg>. Arg Arg <textarg> Searchall («arg» «arg» <textarg> «searchall») Highlights all occurrences of a regular expression defined by <textarg>. Meta ... Searchall («meta» ... «searchall») As above but reverses the value of the Case switch for one search. Returns True: String or pattern found. False: No matches found. -♦-