alias cs.rec.gwrite {
var %i 1
while $read($txtfile(cs.txt),%i) {
write CsRecords.html <tr><td> $replace($read($txtfile(cs.txt),%i),$chr(32),</td><td>) </tr></td>
inc %i
}
}
providing each piece of info is seperated by only 1 space, that should work smile.
-untested


New username: hixxy