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

REBOL 3 Errors: bad-path

A path was evaluated that began with an invalid word.

Message:

["Bad path:" arg1]

Example:

path: make path! [1 2 3]
filter-error try [path]
** Internal Error: Bad path: 1
** Where: path


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