Hi Robert, On Saturday, April 06, 2002, 3:22:22 PM, you wrote:
>> template: clear [] ; not recursive, use copy if you need it to recurse RMM> I didn't get it here. Can you explain it a bit more? Robert I'm reusing the same block across function calls, to avoid useless memory allocations. This is fine if you are not calling the function recursively (which I don't think you'll be doing in your case, and my functions don't do anyway), since the block is not returned. I always put a warning when I use this technique, because it's easy to forget of it and then difficult to find the bugs. :) Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.