On Mar 26, 2006, at 8:27 PM, Kem Tekinay wrote:

I have hundreds or thousands of integers that I would like to combine in such a way that I can figure out the component numbers later. I will know how many numbers there are in a series, and the high and low numbers, and I
can record any other information about the series that would let me
backtrack. Ideally, the result would fit in an Int64, but I can go higher
than that if need be.

Does anyone have a suggestion?


If I may rephrase this -- you have a set of integers. You want to save some set of statistics about the set that would allow you to reconstruct the set. In general, the set itself is a minimal set of information that would allow you to reconstruct it -- consider a randomly generated set of numbers, for example. So either you must have more information about the set, or perhaps I don't understand what you're trying to accomplish.


--------------
Charles Yeomans

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to