WoW:API sort: Difference between revisions

56 bytes removed ,  10 February 2007
m
Remove singatures made using ~ in main namespace
m (added note about non-numeric key tables being non-sortable with a custom comparison)
m (Remove singatures made using ~ in main namespace)
Line 33: Line 33:
----
----
;''Notes:''
;''Notes:''
: Sorting tables containing non-numeric keys using a custom comparison function does not work. The function will not get called, and the table will be sorted according to some kind of internal function. --[[User:Tularis|Tularis]] 19:22, 11 October 2006 (EDT)
: Sorting tables containing non-numeric keys using a custom comparison function does not work. The function will not get called, and the table will be sorted according to some kind of internal function.


{{LUA}}
{{LUA}}
Anonymous user