RANGE / NORANGE

Note: The RANGE option generates code for checking subscript ranges. For example, it ensures that you are not attempting to access the 21st element of a 20-element array.

The NORANGE option does not generate code to check subscript ranges.