From: inet.konference (inet.konference@seznam.cz)
Date: 21. 04. 2003, 23:22 CEST
Nazdar, zkus toto: DIM arrObsah(30) REM Deklarace pole For i = 1 to 30 step 1 If Request.Form("a"&(i)) <> "" Then arrObsah(i-1) = Request.Form("a"&(i)) End If Next Pro nazornost posilam skript ASP + HTML form. _R.a.d.e.k_ > For i = 1 to 30 step 1 > If a&(i) <> "" Then > arrObsah(i-1) = a&(i) > End If > Next
This archive was generated by hypermail 2.1.6 : 21. 04. 2003, 23:23 CEST