Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente bannato
    Registrato dal
    Apr 2004
    Messaggi
    87

    DOMANDA FACILE - come funzione l'if?

    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!!

    codice:
    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
    chissa spero che mi potete aiutare

    ciao ciao

  2. #2
    elseif, non else if

  3. #3
    Utente bannato
    Registrato dal
    Apr 2004
    Messaggi
    87
    che coglione che sono! grazie mille

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.