Page 1 of 1

Need a sort() function

Posted: 10 Dec 2013 02:26
by pilusona
Hi Martin,
Is it possible to add a new function to sort any input array by asc/desc and also taking them as number or lexicographically? This I need after calling the getFlowNames() as it is returned an unordered list.

Thanks.

Re: Need a sort() function

Posted: 10 Dec 2013 17:23
by Martin
Hi,

Sure, I add a sort function to my todo-list but it will not make it into version 1.20 anymore since I'm only fixing bugs for v1.20.
The next build of v1.20 will sort the flow list ascending (case insensitive).

Regards,
Martin

Re: Need a sort() function

Posted: 11 Dec 2013 05:17
by pilusona
Hi Martin,

Thanks for your support.

Re: Need a sort() function

Posted: 26 Dec 2013 05:48
by pilusona
Hi Martin,

Now the getFlowNames() returns lexicographically sorted list. Thanks Martin. :)

Thanks and regards,