View Single Post
Old 07-10-2023, 08:55 PM   #4
dunhill
Guru
dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.
 
dunhill's Avatar
 
Posts: 893
Karma: 810834
Join Date: Sep 2017
Location: Buenos Aires, Argentina
Device: moon+ reader, kindle paperwhite
Quote:
Originally Posted by chaley View Post
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')


Great, make the request, thank you very much
dunhill is offline   Reply With Quote