Code: Select all
set the useSystemDate to true
set the itemDelimiter to ":"
sort lines of dateHTML descending dateTime by item 1 of each
The list (dateHTML) is built originally in alphabetic sequence of title and the idea is to sort it by date, with the most recent date appearing first, hence sort lines of dateHTML descending… etc.
I am using LiveCode Community Edition 6.5.2.
What am I doing wrong, please?