REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
An attempt was made to use a function refinement that didn't exist for that function.
Message:
[:arg1 "has no refinement called" :arg2]
Example:
f: func [/a] [if a [print "a"]] filter-error try [f/b] ** Script Error: f has no refinement called b ** Where: f/b
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |