■ More than one condition can cause this error: • More than one DIM statement for the same static array. • An OPTION BASE statement that occurs after an array is dimensioned. • An attempt to REDIM a static array. ■ Possible solution: • Verify that you are not: ♦ Using more than one DIM statement for the same static array. ♦ Using OPTION BASE after an array is dimensioned. ♦ Attempting to redimension a static array using REDIM. ■ If you need additional help, move the cursor to a keyword and press F1 to open the Help window.