Dialogs.e (Irv)
- Posted by "euphoric" <euphoric at cklester.com> Oct 30, 2003
- 401 views
I'm sending this: Notify( "Test Title" , "Testing, one, two, three..." ) and getting an error because GenericBox() is trying to print my message (sequence 2) as a list using DisplayList()! Should I be sending: Notify( "Test Title" , { "Testing, one, two, three..." } ) ? What do I use to send text with '\n' in it? Thanks, ck