B
Bob Allen
I have no idea what group to ask this in so i will start here. Does anyone
have a good way of compressing a 19 digit number down to the smallest
possible number? I have a delima of having a uint64 19 digit number that i
need to fit into a 10 digit space. I have tried using byte comparisons and a
few others but it gets me down to about 18 digits. Any help is greatly
appreciated.
Thanks;
bob;
have a good way of compressing a 19 digit number down to the smallest
possible number? I have a delima of having a uint64 19 digit number that i
need to fit into a 10 digit space. I have tried using byte comparisons and a
few others but it gets me down to about 18 digits. Any help is greatly
appreciated.
Thanks;
bob;