Jason Spisak wrote: > > Zopemisters, > > Is there anyway to sort objectValues() by bobobase modification time so > that the most recent acced object is first? Right now sort puts it > last. (Largest number I guess). > just put in a 'reverse' like so: <dtml-var objectValues sort=bobobase_modification_time reverse> rik