Hello,

Id would like to be able to alter this alias to be able to do the following:

Output a single search result instead of highlighting every line until I click something in a dialog box button like "Next Result" then it would then find then proceed to highlight and find next result.

Code:
alias ftext {
  var %1 = 1,%string = $2
  while (%1 <= $fline($1,$+(*,$replace(%string,$chr(32),*),*),0)) {
    cline 4 $1 $fline($1,$+(*,$replace(%string,$chr(32),*),*),%1)
    inc %1
  }
}
 


Thanks a bunch.

Cheers

Jay