readfile() UDF
FilterArray() UDF

$file=readfile("inv.txt")
$filtered=filterarray($file,' B ')
for each $item in $filtered
? $item
next
_________________________
How to ask questions the smart way <-----------> Before you ask