Re: Promenna v ASP a cyklus For

From: inet.konference (inet.konference@seznam.cz)
Date: 21. 04. 2003, 23:22 CEST

  • Next message: petr.novak@vitana.cz: "Re: Problem s PHP"
    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
    
    
    
    



  • Next message: petr.novak@vitana.cz: "Re: Problem s PHP"

    This archive was generated by hypermail 2.1.6 : 21. 04. 2003, 23:23 CEST