|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
dynamic declaration of variables |
|
From: |
Oliver Christmas |
|
Date: |
9/10/2001 10:36:21 AM |
|
IP: |
194.176.199.154 |
Wondering if someone can help with what is probably a basic problem.
I am submitting from a form to an ASP page. A number is being passed to the ASP page. If the number is 3 then I need to define 3 variables... dim i1, dim i2, dim i3 - is there anyway to dynamicaly do this as chances are the number could go up to 20 and at the moment I am defining them all - whether they are being used or not.... |
Follow Up - Re: dynamic declaration of variables - Elija 9/10/2001 11:38:53 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|