'as-is is VID-keyword, not REBOL function so use it like: view layout compose [text as-is (mytext)]
bye, bolek -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Robert M. Muench Sent: Wednesday, September 18, 2002 3:05 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: Multiline text in face? > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On Behalf Of Petr Krenzelok > Sent: Wednesday, September 18, 2002 9:31 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: Multiline text in face? > view layout [text as-is "this is a^/multiline^/text"] Hi, well OK. How do I specify this for my face: test-face: make face [ size: 200x20 ] mytext: "Hi^/Rebol" make test-face compose [ text: as-is (mytext) ] ** Script Error: as-is has no value Robert -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes. --- P��choz� zpr�va neobsahuje viry. Zkontrolov�no antivirov�m syst�mem AVG (http://www.grisoft.cz). Verze: 6.0.381 / Virov� b�ze: 214 - datum vyd�n�: 2.8.2002 --- Odchoz� zpr�va neobsahuje viry. Zkontrolov�no antivirov�m syst�mem AVG (http://www.grisoft.cz). Verze: 6.0.381 / Virov� b�ze: 214 - datum vyd�n�: 2.8.2002 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
