Per verificare che una variabile sia nulla, si può utilizzare questo script:
<% var1="ciao" var2=Null if IsNull(var2) then Response.write "var2 è nulla<br>" else Response.write "var2 <b>non</b> è nulla<br>" end if if IsNull(var1) then Response.write "var1 è nulla<br>" else Response.write "var1 <b>non</b> è nulla<br>" end if %>
Commenti
Per inserire un commento, devi avere un account.
Fai il login e torna a questa pagina, oppure registrati alla nostra community.
Approfondimenti
Nessuna risorsa collegata