good choice!
it's accurate.

and to have some golf change:
code:
$fileline = ReadLine($handle)
WHILE @error = 0
$chk = LEFT($fileline,4)
IF $chk = "disk"
$poul=$fileline
? $poul
ENDIF
$fileline = ReadLine($handle)
LOOP

to:
code:
	DO
$chk = LEFT($fileline,4)
IF $chk = "disk"
$poul=$fileline
? $poul
ENDIF
$fileline = ReadLine($handle)
until @error

[Wink]
_________________________
!

download KiXnet