Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Which? [Object! Block!]

From: al:bri:xtra at: 27-Sep-2001 21:06

Ammon asked:
> why doesn't it add the composed block?
Because this line here:
> probe compose [(to-set-word first l) (to-word "make lyt[")
(nw-lyt) needs to have a set-word! before the 'compose. Also:
> "vls:" fourth l
should be: vls: fourth l perhaps? Also, if you're just storing layouts, why not just store the block of words? For example: Layouts: [ layout1 [text "layout1"] ] then access it by: view layout layouts/layout1 ? Andrew Martin Fully compose-d rebolutionary... ICQ: 26227169 http://zen.scripterz.org