View Full Version : does anyone know this?


babedieboe
01-06-2005, 11:57 AM
how to get a carriage return in
a dialog statictext (with multiline of course) ?

i tried it all, you name it: \n \\n \r \r\n unicodes etc........

byRo
01-07-2005, 03:36 AM
If I understood the question - "\n" works fine for me.


alert( "Total layers in file: " + numLayers +
"\nTotal layers processed: " + layersWritten );


(I use 7.0, but other people have run my scripts and nobody complained)

byRo