REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
Data could not be translated into a valid REBOL datatype. In other words, a malformed value was evaluated.
Message:
["Invalid" :arg1 "--" :arg2]
Example:
filter-error try [load "1024AD"] ** Syntax Error: Invalid integer -- 1024AD ** Where: (line 1) 1024AD
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |