On Tue, Aug 16, 2011 at 12:58 PM, Andre Garzia <an...@andregarzia.com>wrote:

> the error is not on sorting, it is on:
>
> _table.DrawColumns
>
> some error in an object reference... odd... only when ascending, the
> descending sort works.
>


I think I found it. When sorting ascending, the pIndexesToDraw variable
which contains a comma separated list of indexes, has an extra comma like:

 ,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18

So it fails. I think I might have uncovered a bug somewhere



-- 
http://www.andregarzia.com All We Do Is Code.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to