logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Jake Howlett
    • Posted on Tue 11 May 2004

    If ever you see "Array index out of bounds" it may be because you are using list subscriptors in Formula langauge and you're out of bounds - e.g you have a multi-value field called "summary" with 4 values in the list. Either of the following would cause the error:

    summary[0] summary[5]

    Note that @Formula subscript are NOT zero-based. So the first element in the list is:

    summary[1]

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: