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

[REBOL] newline and alert

From: Patrick::Philipot::laposte::net at: 19-Oct-2005 13:43

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