Well Mark,
I guess I do not know how to state minutes and seconds in the proper syntax for a correct dateTime sort.
However, your piece of code below works perfectly.  Thanks very much!
Larry


on mouseUp
   put fld 1 into myList
   set the itemDel to colon
   sort lines of myList numeric by item 2 of each
   sort lines of myList numeric by item 1 of each
   put myList into fld 2
end mouseUp


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to