I'm not sure if this is what you are looking for, but you can use newline characters in the property value, and you can use the line continuation character (\) at the end of each line in TR.props in order to spread the value across multiple lines. For example:
email.text = This is a test\nof the emergency \ broadcast system. This results in a string which looks like this when displayed: This is a test of the emergency broadcast system. Hope this helps. Kevin -----Original Message----- From: Alexander Banthien [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 11:14 PM To: Turbine Users List Subject: TR.props and multiline values Hello, has anyone ever found a way to define multiline keys in TR.props? I would like to put a few email-texts into the config-file and need linebreaks in there. Help appreciated -- regards, Alexander Banthien _______________________________________ Questech GmbH Schwarzwaldstr. 19 79199 Kirchzarten Fon: +49 (0)7661 90 35-15 Fax: +49 (0)7661 90 35-20 www.questech.de _______________________________________ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
