Is there a module that provides a sorted map. What I need is a map type that allow you to visit all members in key order. Also the possibility to look for the next in line after a search would be nice. Is there a module that already implements such a maptype or do I have to do it myself? -- Antoon Pardon