From: Paul Robinson Date: 2006-05-02T07:06:20+09:00 Subject: Re: So I got a binary file... On 1 May 2006, at 21:53, bostonmacosx wrote: > mydata = String.new > f = File.open("WesObs_Sumatra_032805.sac","rb") What? You tell us you have a 'binary file' that you need to convert into 'plain ASCII' and then don't tell us the basic information we need and complain that the data you're getting means nothing to you... If you'd said in the first place 'I have an Adobe Shared Asset Catalog (.sac) format file that I'd like to process by getting [data x] out of it' then maybe somebody might have been able to help you. We're really cool guys, but we're not able to read minds (yet). > Ok here is what I have. > It works however I need to do two things. Which two things? What two things do you need to do? -- Paul