Alla volte risulta molto utile sapere se una variabile è già stata valorizzata o meno.
<% var2="ho un valore" if IsEmpty(var2) then Response.write "var2 <b>non</b> è stata valorizzata<br>" else Response.write "var2 è stata valorizzata<br>" end if if IsEmpty(var1) then Response.write "var1 <b>non</b> è stata valorizzata<br>" else Response.write "var1 è stata valorizzata<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