View Single Post
Old 08-31-2021, 06:00 PM   #912
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,203
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
Quote:
Originally Posted by dunhill View Post
It is possible that the template could recognize more than one format ?
Code:
program:
	my_formats = 'm4b,epub,fb2';
	if list_intersection(lowercase($formats), my_formats, ',') then
		'yes'
	else
		'no'
	fi
capink is offline   Reply With Quote