Quote:
This writes it back to the same file, if you really want the extra file just change the blue page.txt
Code:
alias testb {
  bread page.txt 1 $file(page.txt) &a
  breplace &a 9 10 60 10
  bwrite [color:blue]page.txt[/color] 1 -1 &a
}


Oh that is way nicer method, I was just adjusting his code, since i saw the byte by byte checking, and thought Im sure u can just find the values u want in the var instead, should have stepped back and looked at what he wanted as a result, rather than how to improve his code. Goes the same for the while (!feof) { I didnt even look at it frown