Re: [fpc-pascal] Sorting an open unidimensional array

2011-12-11 Thread Luciano de Souza
Yes, the unit seems to be very complete. I will study it and I am sure good results will come up! Thank you! Em 11/12/2011 18:18, Martin Schreiber escreveu: On 12/11/2011 09:10 PM, Luciano de Souza wrote: Hello listers, I want to sort an open unidimensional array of integers from the minimum

Re: [fpc-pascal] Sorting an open unidimensional array

2011-12-11 Thread Martin Schreiber
On 12/11/2011 09:10 PM, Luciano de Souza wrote: > Hello listers, > > I want to sort an open unidimensional array of integers from the minimum > to the maximum and from the maximum to the minimum. > MSEgui has sorting functions for dynamic arrays in lib/common/kernel/msearrayutils.pas. http://git

[fpc-pascal] Sorting an open unidimensional array

2011-12-11 Thread Luciano de Souza
Hello listers, I want to sort an open unidimensional array of integers from the minimum to the maximum and from the maximum to the minimum. Is there a standard unit providing this kind of service? Regarding the number of elements is not very high, I don't need complex algorithms. Thank you