Hi,

Is it possible to include carriage return in a variable/message box?

set test=$test `expression` “\n”

I'm building a cumulative string with info and passing that to ‘message’. At the moment the test line comes out as one long string.

I've tried reading in a formated file 'set test=system(“cat /tmp/test”)` but the carriage returns get stripped out.

thanks
Adam