The code attempted to index an element of an object, but the data type of the object does not support indexing.
Elements of indexable objects, such as arrays and JScript objects, are accessed using the [] notation.
To correct this error
-
Change the data type of the object.
-
Remove the index accessor.