|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: dynamic declaration of variables |
From: |
Oliver Christmas |
Date: |
9/11/2001 11:19:00 AM |
IP: |
194.176.199.154 |
Elijah,
Many thanks for that! It works and has cut down on my dims - but one thing I still have to set each variable whether it is going to be used or not....<see below for example> Any ideas?
dim strNameto()
redim strNameto(20)
strNameto(1) = request.form("Nameto1")
strNameto(2) = request.form("Nameto2")
strNameto(3) = request.form("Nameto3")
strNameto(4) = request.form("Nameto4")
strNameto(5) = request.form("Nameto5")
strNameto(6) = request.form("Nameto6")
... |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|