View Single Post
Old 11-13-2021, 02:02 PM   #194
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,488
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by ownedbycats View Post
Code:
program:

	if
			$#currentlyread anding 
		&& 
			approximate_formats()=='PAPERBOOK'
	then
		'invis.png'
	fi
Works only if PAPERBOOK is the only format. Should I be using formats_path() or something else instead?
approximate_formats() returns a comma-separated list. Try
Code:
'^PAPERBOOK$' inlist approximate_formats()
chaley is offline   Reply With Quote