I have a unix file that I'm viewing in ue32. I want to see the file as one record per line, but ue appears to be breaking it up after it 'sees' a hex
'0C' (there is packed data in the file). So, instead of having one line per record, I am seeing 3 lines per record because it is going to a new line after each '0C'. Again, I want to see each record on 1 line so it will be easy to do a compare on the files. Anyone tell me how I tell ue to not go to a new line after it detects a '0C'? By the way, the files I am looking at originate on a unix system.
thanks
'0C' (there is packed data in the file). So, instead of having one line per record, I am seeing 3 lines per record because it is going to a new line after each '0C'. Again, I want to see each record on 1 line so it will be easy to do a compare on the files. Anyone tell me how I tell ue to not go to a new line after it detects a '0C'? By the way, the files I am looking at originate on a unix system.
thanks