REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 2-May-2010 Edit History  

REBOL 3 Errors: malconstruct

The format of a source code datatype constructor was incorrect and cannot be loaded.

Message:

["invalid constructor:" :arg1]

Remedy:

Most datatypes don't require the #[] constructor format. It's used for special literal values or values that include internal information such as series with index offsets.

Try using load [bad-link:functions/moldall.txt] on the value to determine if the original value can be reloaded or if some other construction method is necessary.


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