|
|
|
|
|
| | |
| |
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Problem with Array and DB |
|
From: |
David Beal |
|
Date: |
7/2/2001 4:29:50 PM |
|
IP: |
64.162.117.152 |
The end of your code was trunicated so it's difficult to say what's happening. Assuming (intCounter) steps through the elements of your array, a better way to handle that (In my opinion) would be to use
<%
for intCounter = 1 to uBound(MyArray,1)
~~~
next
%>
Which would insure that you're not overstepping the bounds of your array.
knowing exactly what error you are recieving would also be usefull in helping you find the problem. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|