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

[REBOL] Re: Stupid question: Locals ??

From: lmecir::mbox::vol::cz at: 17-Dec-2002 18:33

Hi Robert, ----- Original Message ----- From: "Robert M. Muench"
> I have the following > code: > > paragraph: has [name pvalue toemit][ > toemit: make block! ['textbox ""]
don't you want to have: toemit: compose ['textbox (copy "")] instead? -L