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

REBOL 3 Errors: need-value

An attempt was made to define a word to nothing. A set-word was used without an argument.

Message:

[:arg1 "needs a value"]

Example:

filter-error try [set-to-nothing:]
** Script Error: set-to-nothing needs a value
** Where: set-to-nothing:


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