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

[REBOL] Re: newbie question (and some frustration)

From: ammon:addept:ws at: 1-Mar-2004 17:52

You need to use REDUCE instead of REJOIN. REDUCE leaves the value a block while evaluating the expressions within the block whereas REJOIN evaluates the expressions and turns them into a string. HTH ~~Ammon ;~>