View Single Post
Old 02-24-2021, 05:02 AM   #2
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,380
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
I am not sure what you want to do, but this might be enough of a pattern for you to work it out.
Code:
program:
	if and(
		check_yes_no('#read', '', 1, ''),
		field('#lastread'),
		field('#percentread') ># 0
		)
	then
		'Yes'
	fi
chaley is offline   Reply With Quote