Come posso ottimizzare questo codice?codice:GiornataScelta = Request.QueryString("giornata") if GiornataScelta = "" then Giornata = ObjRs("str_giornata") +1 else if GiornataScelta = "succ" then Giornata = ObjRs("str_giornata") +2 else if GiornataScelta = "prec" then Giornata = ObjRs("str_giornata") -1 end if end if end if
O va bene anche così

Rispondi quotando