This code "works" provided that all the desired items are visible in the List and there are no additional "interfering" items.
Code: Select all
while ("1" == "1") {
timestamp, (compare(<datem>, <datec>, "d") == "1")?<datec>:<datem>;
sel "+1";
};Using property("Write", $file) and the sister property("Create", $file) would allow me to write a foreach loop, however they return UTC times (no good for non-British).
Any idea?
Oh, a trivial
Code: Select all
timestamp, (compare(<datem>, <datec>, "d") == "1")?'<datec>':'<datem>';
XYplorer Beta Club