Integers as strings: ["1", "2", "3"]
Integers as integers: [1, 2, 3] On May 20, 2012 3:37 AM, "Luca Matteis" <[email protected]> wrote: > On Sun, May 20, 2012 at 6:08 AM, Jim Klo <[email protected]> wrote: > > I'm not sure I'm following the whole thread, but why are you storing > integers as strings? > > > > If you store them as numbers, they would collate right I think. > > Hi Jim, > > Can you provide an example? >
