E
entropy123
Hey all,
A file I am trying to parse will commonly 'smoosh' together two
integers. Where 12 and 15 would be 12 15, 124 and 154 will be in the
file as 124154.
This occurs at the same place in every file. Any ideas on how to write
up some code to help discriminate between the two cases. Mostly I need
to convert the 'smooshed' integer to two integers.
Further I need to account for a situation in which the first integer
is, say 96 and the second integer is 100. So, 96 and 100 will be in
the file as 96100.
Any advice is much appreciated.
ent
A file I am trying to parse will commonly 'smoosh' together two
integers. Where 12 and 15 would be 12 15, 124 and 154 will be in the
file as 124154.
This occurs at the same place in every file. Any ideas on how to write
up some code to help discriminate between the two cases. Mostly I need
to convert the 'smooshed' integer to two integers.
Further I need to account for a situation in which the first integer
is, say 96 and the second integer is 100. So, 96 and 100 will be in
the file as 96100.
Any advice is much appreciated.
ent