Re: ars_GetListEntry
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@sm...> - 1996-12-24 22:57:30
|
GetListEntry is the only function that sorting really applies to. to specify a "sort within a sort" simply add the additional sort critirea to the end of the command: %foo = getlistentry(...., $fieldId1, 1); # sort ascending on fieldId1 %foo = getlistentry(...., $fieldId1, 1, $fieldId2, 2); # sort ascending on fieldId1 and then descending on fieldId2 Miriam Yaged insists: > >Using this function (or any other function) - is it possible to specify a sort >within a sort? > >Thanks. > >-- > -- jcm...@ac... sunyab cit oss network management standard disclaimers apply http://smurfland.cit.buffalo.edu/~jcmurphy/ ``Men forget but don't forgive. Women forgive but never forget.'' |