|
either ITEMSKU or i is greater than the number of elements in the array;
again a bit of basic debugging is needed
use response.write to show the values of the variables and the array element size
ubound(array_name,dimension) will tell you the array size
You need to use some error checking in your application to ensure that user input (from forms or database) does not "break" your code and present the user with an error message.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|