<div dir="ltr"><div><div><div>Hello<br></div>i need a list sorting object and there is [sort] in the zexy externals.<br><br></div>but it seems that i have found a bug.<br><br></div><div>if I use the following list of unsorted numbers<br>
</div>0.192477 0.00670372 <b>0.152811</b> 0.00688959 0.162687 0.00633917 0.188098 0.00716823 0.177974 0.00697544 0.159727 0.00695443 0.166196 0.00645065 0.168316 0.030957<br><div><br>i get this sorted list in return<br>0.00633917 0.00645065 0.00670372 0.00688959 0.00695443 0.00697544 0.00716823 <b>0.152811</b> 0.030957 0.159727 0.162687 0.166196 0.168316 0.177974 0.188098 0.192477<br>
<br></div><div>this number in bold font (the third one from the unsorted list) is not correctly sorted<br><br></div><div>it happens with this other list too:<br></div><div>unsorted: <br>11.6279 0.129769 <b>3.50877</b> 0.396668 15.873 0.16442 5.26316 0.397614 16.9492 0.16818 3.57143 0.3367 10.4167 0.15758 4.14938 0.19972<br>
</div><div>sorted: <br>0.129769 0.15758 0.16442 0.16818 0.19972 0.3367 0.396668 <b>3.50877</b> 0.397614 3.57143 4.14938 5.26316 10.4167 11.6279 15.873 16.9492<br><br></div><div>and the problem seems to be of the object in the third position.<br>
<br></div><div>Does this make any sense to anybody? can you replicate the error with the same numbers?<br><br></div><div>is there another object to sort the elements of a list or an array?<br><br></div><div>thanks<br><br>
</div><div>Daniel<br></div></div>