You should be able to check and see if:

$gettok($gettok($read(filename.txt,$lines(filename.txt)),6,34),2,44)

returns a value. If so the line would be complete otherwise you can pull the data using:

$read(filename.txt,$calc($lines(filename.txt) - 1))


-
MIMP