The Exception Indexing Function
|
Calling Sequence
|
|
table(exception, ...)
array(exception, ...)
|
|
Description
|
|
•
|
The exception indexing function is used to create an array or a table for which unassigned access is illegal. Any object can be stored in an array or a table that uses the exception indexing function, but indexing into the array or table with an index for which no entry exists raises an exception.
|
•
|
Note: The command array has been superseded by Array.
|
|
|
Download Help Document
Was this information helpful?