[REBOL] Re: block troubles
From: rgombert:essentiel at: 9-Mar-2003 23:41
i suggest you try a different aproach, working on strings and converting to block only once, at the end :>> data: {foreach a b [} >> code: copy "[" >> append code data >> append code "this code" >> append code "]]" >> code== "[foreach a b [this code]]">> to-block code== [[foreach a b [this code]]] Renaud GOMBERT -------------------------------- www.essentiel.net N° SIRET : 418 620 159 N° MdA : G316527 NAF/APE : 923A