Error reporting
- Posted by ChrisB (moderator) Jan 06, 2014
- 1753 views
Hi
This
if category_list[j][1] = data[i][PROD_CATEGORY][1] then
is producing this error
subscript value 1 is out of bounds, reading from a sequence of length 0
Could I request that the error has a bit more detail, like which variable is producing the error, or even just which side of the equality, or both, is at fault?
Cursory exam of ex.err - both sides seem to have a length> 0
I know I can write some debugging code, but its just a bit of a pain.
Chris