|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|