Array Index Out Of Bounds
Created by Jake Howlett on 05/12/2004. Modified: 05/12/2004 12:43
Message
HTTP Web Server: Lotus Notes Exception - Array index out of bounds
Synopsis
Introduced with Domino 6 and subscripts in @Formula lists.
Suggested Causes and Solutions:
Solutions
In Domino 6 you can access a list using subscripts e.g: the third value in a list is values[3]
Obviously, this error can occur if you try to access an subscript that's out of range. It can also happen when you forget that it's not zero-based and so values[0] will error. Start with values[1]!
Jake on 05/12/2004 13:38
1. check the first element of the "supposed" array - iftypename(e) = STRING - no array actually, else ..
use Ubound and Lbound
gina on 08/24/2005 09:10 AM
freetime search on users calendar:
whole calendar is blocked
mouse on brings error:
Field: EndDate_2: Array out of bounds
dieter_m on 09/21/2006 10:02 AM
If all menu options in the top left menu are collapsed except
the first, and the user clicks into a view (such as By Title), then attempts
to collapse the first menu option as well by clicking on it, they get an
error message "Array out of bounds."
Ankta Khimesra on 08/15/2011 10:35 PM
Add Your Own Solution
Use this form to add a suggested cause or solution which you think might help.
Adding content is disabled. The spammer have won.