Ah yes,
I bashed my head against this a while back.
The reason is the TEXT style used by REQUEST function
(used by ALERT).
Compare the difference:
view layout [text "hello^/there"]
view layout [text "hello^/there" as-is]
We must ask that REQUEST be patched to add the
AS-IS keyword, I think.
Anton.
> Hi List
>
> How to make a two lines message with alert?
>
> See
>
> str: rejoin ["line1" newline "line2" newline]
> Print str
> line1
> line2
>
> but
>
> alert str ; shows only one line
>
>
> --
> Regards
> Patrick
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.