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

[ALLY] Text in and out of an area Re:(3)

From: larry:ecotope at: 14-Sep-2000 10:41

Hi Greg ----- Original Message ----- From: <[gregco--pressroom--com]> To: <[ally--rebol--com]> Sent: Thursday, September 14, 2000 9:47 AM Subject: [ALLY] Text in and out of an area Re:(2)
> Thanks Larry, this is just about what I was looking for, though Allen K's > demos have got me rethinking some of what I'm trying to do.
You are welcome.
> Your example clears up some of the confusion I have about the "nesting" of > view blocks, objects and parameters. Looks like studying examples is
going
> to be much more helpful than the docs at this point > > I tryed some things pretty close to what you did, but not quite. (;-)> > > I would not have thought you needed the "do" to evaluate the "[ar/text: > s]" -- but your way works. ( as opposed to just "ar/text:s" without
putting
> it in a block.)
Pardon. My ugly. You *don't* need the do [code-block]. I was just in a hurry and knew that using do would work for sure. But in fact you can just intersperse REBOL code in the layout as long as it evaluates to a legal argument for the layout keyword, as Allen's example shows.
> Thanks, > > Greg Coughlan >
Cheers -Larry