Ciao a tutti, lo so che la domanda é stupida ma mi sapete dire come fare a far funzionare l'if?
io ho questo codice e mi dice che manca un end!!![]()
chissa spero che mi potete aiutarecodice:if int_TOTALE <= 87 then str_ESITO = "debole" else if int_TOTALE <= 98 then str_ESITO = "media" else if int_TOTALE <= 109 then str_ESITO = "sopra la media" else if int_TOTALE <= 120 then str_ESITO = "superiore" End if
ciao ciao![]()