REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
An attempt was made to modify an invalid series index.
Message:
["Value out of range:" :arg1]
Example:
blk: [1 2 3] filter-error try [poke blk 5 "five"] ** Script Error: Value out of range: 5 ** Where: poke blk 5 "five"
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |