REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 6-Feb-2009 Edit History  

REBOL 3 Errors: past-end

An attempt was made to access series data beyond the length of the series.

Message:

Out of range or past end

Example:

blk: [1 2 3]
filter-error try [print fourth blk]
** Script Error: Out of range or past end
** Where: print fourth blk


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin