Code:
  while (%totallines >= %i) {
    var %cnt = 1
    var %quote = $read("quotepost.txt", %i)
    while (%cnt <= $numtok(%quote,13)) {
      did -a linkcatcher 27 $gettok(%quote,%cnt,13)
      inc %cnt
    }
    inc %i
  }


That might do what you need. It will add each line up to the $cr and then go do the next part and so on.


Invision Support
#Invision on irc.irchighway.net