Robycodice:for x=1 to 12 myVar = "colore" & CStr(x) myColore = Request.Form(myVar) if myColore &"[]" <> "[]" then sqlString = "INSERT INTO colori" &_ "( colore, codice) VALUES ( " &_ " '" & myColore & "', " &_ " '" & codice & "' )" my_Conn.Execute sqlString response.write misura&x&" " '''''''''non prende il valore giusto....considera solo la x!'''''''''''' end if next

Rispondi quotando