Quote:
Originally Posted by ownedbycats
Does inlist_field only work for strings? e.g.:
Code:
program:
readgoal = strcat('readinggoal:', format_date(today(), 'yyyy'));
if
readgoal inlist_field '#admintags'
|
Yes, because there isn't a calibre multiple-value field that doesn't contain strings. Note that in your example, the string generated by strcat() must exactly match some item in #admintags', including blanks. That said, if it works with inlist then it will work with inlist_field.
EDIT 2: the changes to the syntax highlighter are now in calibre source.