View Single Post
Old 07-23-2023, 12:04 PM   #647
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,510
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by ownedbycats View Post
Unfortunately, short of editing the read: tag entries I'm not sure if it's possible to do it while building the list.
It is certainly possible, but without knowing the processing sequence(s) and seeing all the processing I can't know what would be the most efficient. And it might not matter if these are action chains templates you run on-demand.
Quote:
Additionally: is using list_re to replace 'read:' with a space the proper method?
In this template, probably. If 'read:' can appear only has the beginning of a date tag then
Code:
old_dates= re($#admintags, ',', 'read:', ' ');
works and would be faster.
chaley is offline   Reply With Quote