|
|
|
|
|
| | |
| |
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: dynamic declaration of variables |
|
From: |
Elija |
|
Date: |
9/11/2001 11:10:09 AM |
|
IP: |
194.6.9.129 |
That would work but another way might be
for i = 1 to ubound(strNameTo)
currField = "nameTo" & i
strNameTo(i) = request.form(currField)
next
Never actually tried this! I'll be interested to know if it works :-)
Elija |
Previous Message
Follow Up - Re: dynamic declaration of variables - Oliver Christmas 9/11/2001 11:20:32 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|