Mike Meyer;547207 Wrote: > It does sort on gameID but I've noticed that a gameID of 10 will sort up > with the 1's instead of after 9. So it must just look at the first > digit maybe. > > If it's an easy fix that would be cool but otherwise not a biggie. It's actually doing a alpha/numeric string sort. As such try using 01 instead of 1, 02 for 2, 10 for 10, etc. 'A', 'B', 'C', ... would also work.
-Greg -- GoCubs ------------------------------------------------------------------------ GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312 View this thread: http://forums.slimdevices.com/showthread.php?t=77864 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
