From: Roger B. <rj...@oc...> - 2002-06-05 12:12:25
|
Hello, maybe this already has been answered before but I couldn't find it: when I use the [ ATTR_LIST ] ) method, you can sort the results by the attributes given in ATTR_LIST. We have a multivalued attribute CN consisting of: Juan de Marco Marco J, de de Marco Is it possible that I want to have it sorted on the second value, Marco J, de? In a normal situation it would be sorted(cn) , but do I need to approach it like an array in my case now? For example sorted(cn[1]) ? Any help would be welcome, greetings, Roger Beulen |