Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Multiline text in face?

From: petr:krenzelok:trz:cz at: 18-Sep-2002 9:30

Robert M. Muench wrote:
>Hi, how can I set the text of a face to a multiline text? I would like to do >something like: > > text: "this is a^/multiline^/text" >
view layout [text as-is "this is a^/multiline^/text"] HTH, -pekr-