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.
Invalid property array index (ERR: 381)
■ You tried to use an inappropriate property array index
value. List property index values must be greater than 0
and less than 32,767. For example, the following is valid:
List1.List(3)
■ Possible solution:
• Change the array index to a value within the valid range.
■ If you need additional help, move the cursor to a keyword
and press F1 to open the Help window.