View Single Post
Old 04-11-2021, 07:07 AM   #3
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,199
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
If you want to extend it so that it is able to test multiple formats also:

Code:
program:
    mandatory_formats = 'epub,mobi';
    if list_equals($formats, ',', mandatory_formats, ',', 1, '') then
        'foobar'
    fi
You can also modify this to be a stored template and use the arguments function so that you are able to pass the mandatory formats to the stored template.
capink is offline   Reply With Quote