H Geza, Larry, Gregg
I doesn't fail on my REBOL/View 1.2.1.3.1 21-Jun-2001 but if you type it at console try this: >> a: copy second system/words 1 == 1 Which keep only a fraction of second (my slow system can make 50-100 of them in a second). If the original statement fails in the console or take too much time to display, is only because it is molding and printing all the second system/words content, which is the result of the assignement. The 1 after the assignement forces the return of 1 and print or return only 1. --- Ciao Romano -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
