<-Back

Parameter: *Out-Of-Bounds-Sequence-Reference-Action*

*OUT-OF-BOUNDS-SEQUENCE-REFERENCE-ACTION* keyword symbol :warn, :error, or :silent
Determines what happens when you try to access a member of a GDL sequence which is out of bounds. If :warn or :silent, an out-of-bounds reference will simply return nil. If :error, it will throw an error as was the old behavior. Defaults to :error.

<-Back