Hope that I explain this sufficiently.

I have an array with 55 elements. Each of these elements contain a number. The numbers could be anything from 0 to infinity. Some #'s could be duplicated.

Out of the 55 elements I would like to select the 5 smallest values, and am having problems with the logic to do so. Would prefer to store the 5 smallest elements in another array for easy reference if possible.


Dont need exact code, but some pointers.
Thanks
_________________________
Today is the tomorrow you worried about yesterday.