- Joined
- Feb 22, 2006
- Messages
- 960
Hi,
may some of you know the methods from java,c,c++ etc. to sort arrays.
example:
array[0] = 5
array[1] = 1
array[2] = 8
array[3] = 6
array[4] = 2
should be after the sort
array[0] = 1
array[1] = 2
array[2] = 5
array[3] = 6
array[4] = 8
my question is => is there a way in jass to sort arrays.
if nobody should find a solution i will create my own function but atm i have not that much time to do it.
greetings
schurke
may some of you know the methods from java,c,c++ etc. to sort arrays.
example:
array[0] = 5
array[1] = 1
array[2] = 8
array[3] = 6
array[4] = 2
should be after the sort
array[0] = 1
array[1] = 2
array[2] = 5
array[3] = 6
array[4] = 8
my question is => is there a way in jass to sort arrays.
if nobody should find a solution i will create my own function but atm i have not that much time to do it.
greetings
schurke