You can control the size of the label to get the desired affect.... REBOL [] view layout [label 40x40 "test1 test2"]=20
By providing a multi-row label area as above, the wrap occurs automatically. I realize this is likely not a representation of the data you are trying to apply this to. I also find myself unable to 'rejoin 'reduce 'form 'mold or 'compose a string to get the desired textual result, which surprises me. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Semseddin Moldibi [ Bircom ] Sent: January 21, 2009 9:27 AM To: [email protected] Subject: [REBOL] How to put return in view facets Hi, I'm using View 2.7.6, how do I put a return (newline) char in a label, = =3D vtext etc.? REBOL [] view layout [label "test1^/test2"] ^/ doesn't mean new line? -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
