Hey,
I'm trying to do some compression on an ascii saved file, and running into problems.
The original file starts off as such:
7+'Y2+'J0-B)#0
I can read this in, and I get it as:
6 1 55
32 32 41
85 80 120
5 2 33
85 81 104
17 14 31
68 64 79
But when I try to resave this, it gives different ascii:
7 )UPx!UQhD
Not sure if I'm saving this wrong (Pure dumb to text file), or if I'm just being stupid here, Any ideas?
Thanks Lilly