June 2001
Intermediate to advanced
620 pages
19h 29m
English
Errors.Item Property — (Versions 2.0, 2.1, 2.5, 2.6)
Seterror = errors.Item(Index) Seterror = errors(Index)
The Item property accesses a particular Error object belonging to the Errors collection.
Error object
The Index placeholder represents a Variant
datatype that represents the ordinal position of an Error object
within the Errors collection. If the Errors collection does not
contain the item requested, an error is generated.
Some languages do not support the Item property in its first syntax. For these languages, use the second syntax, without the Item method name.
Read now
Unlock full access