|
From: Ning L. <nin...@gm...> - 2008-03-18 15:01:11
|
On Mon, Mar 17, 2008 at 7:28 PM, Yonik Seeley <yo...@ap...> wrote: > Or did you mean represent the hash as a String? Yes. :) Converting a number to a string while maintaining the number order is easy when we know the min and the max numbers. Converting a string to a number while maintaining the string order, on the other hand, is difficult. Ning |