Am Dienstag, 23. Juli 2002 14:10 schrieb Romano Paolo Tenca: > Hi Ladislav, > > > If we look carefully, we see, that in the original case PRINT is used > > implicitly too. Actually, the error occurs *after* Rebol computes the > > result during implicit PRINT. > > the conclusion is that this string fails with some functions and works > with others > > Right? > > Is not clear to me why this happens.
I think if you access the content, it gives an error. if you only pass it around, its ok. The error is triggered when console tries to display it, not before. 'error? avoids the displaying. > --- > Ciao > Romano -Volker -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
