Originally Posted By: Lpfix5
var %x = 1
while (%x <= $lines(jpar.txt)) {
did -a $dname 1 $read(jpar.txt,%x)
inc %x
}
and
Originally Posted By: Lpfix

var %f = 1
while (%f <= $did($dname,1).lines) {
.write jpar.txt $did($dname,1,%f) $crlf
inc %f
}

You can use :
Code:
loadbuf -o $dname 1 jpar.txt 
and
Code:
savebuf -o $dname 1 jpar.txt

Last edited by Wims; 18/11/07 10:55 PM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel