in reply to Parsing multiple values in a singe line

if each line is padded to 80 bytes, you could use unpack to split it up individual lines, then attack it from there...
                - Ant
  • Comment on Re: Parsing multiple values in a singe line