View Single Post
Old 07-10-2023, 06:37 AM   #3
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,525
Karma: 8065948
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
I didn't try to figure out what the template in post 2 might do. I am sure it doesn't do what you want.

Using the examples in post 1, try this:
Code:
program:
	r = $rating;
	switch_if(
		r == '', 'icono1.png',
		r <=# 3, 'icono2.png',
		'icono3.png')
chaley is offline   Reply With Quote