Hi!
I got a chain that runs on event 'Book list Double Clicked". It works fine but I wonder if there's some hacky advancement that could accelerate it.
First action is open book.
Second action is a standard Single field edit that just sets a #lastread column date.
Third action is:
program:
$$#timesread + 1
Fourth action is:
program:
list_union(strcat(format_date($$#lastread, 'dd-MM-yyyy hh:mm:ss')), $#readdates, ',')
I remember I've asked chaley to convert some advanced emblem rules for cover grid to PTM instead of GPM. Would this be a case where such conversion can produce speed improvements?
Last edited by Comfy.n; 09-21-2024 at 04:53 PM.
|