Urciolo, Kevin wrote:
>I am using concat to write out configuration files. The text is
>embedded within the concat. What is the best way to write out a new
>line at the end?
>
>thanks
>
>
>
Hello Kevin,
jdbc.host=server1.foobar.com
jdbc.user=joeking
will write a 2 lines file with a line sep
${line.separator}
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere v7 Release Engineer
WebSphere Build Tooling Lead (Project Mantis)
"Urciolo, Kevin" <[EMAIL PROTECTED]> wrote on 09/15/2005 01:13:39 PM:
> I am using concat to write out configuration files. The text is
> embedded within the con
I am using concat to write out configuration files. The text is
embedded within the concat. What is the best way to write out a new
line at the end?
thanks