View Single Post
Old 10-12-2021, 12:57 AM   #176
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,115
Karma: 77213681
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Question:

I had this proof-of-concept template for making different icons based on is_marked values.

Code:
program:
m = is_marked();

first_non_empty
   (
    contains(m, "invalid_author_sort", 'test.png', ''),
    contains(m, "invalid_title_sort", 'test2.png', ''),
   )
But how do I set a value for a non-defined mark?

Last edited by ownedbycats; 10-12-2021 at 01:21 AM.
ownedbycats is offline   Reply With Quote