Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Must specify index when using property array (ERR: 385)
■ You must specify an index when using the List property.
Index values must be greater than 0 and less than 32,767.
For example:
List1.List
This is invalid because no index is specified. However, the
following is valid because an index is specified:
List1.List(3)
■ Possible solution:
• Include an index specification with the List property
reference.
■ If you need additional help, move the cursor to a keyword
and press F1 to open the Help window.