Littlestar
Technical User
How do I sort an array0 of 16-bit signed numbers to arrays of positive & negative numbers so that Im able to print out something like this? Thanks.
array0: -10 566 0 -99 12345 -54321
array1: 566 0 12345
array2: -10 -99 -54321
array0: -10 566 0 -99 12345 -54321
array1: 566 0 12345
array2: -10 -99 -54321