sort Date

John Cuccio jcuccio at pacbell.net
Mon Jan 21 20:54:00 EST 2002


Try changeing the itemdelimiter to "/" then sort each item the may you want
it. Day: item 1 Month: item 2 Year:item3



on Handler
set the Itemdelimiter to "/"
sort lines of field 1 ascending numeric by item 1 of each
sort lines of field 1 ascending numeric by item 2 of each
sort lines of field 1 ascending numeric by item 3 of each
end handler

I think this is the order you are looking for. If not change the item
numbers the way you want them.





More information about the use-livecode mailing list