Re: newline "\n" not working.
- From: "huckphin" <chad.rhyner@xxxxxxxxx>
- Date: 13 May 2006 22:30:13 -0700
All you need to do is statement separator (the period (.)). Then put
your code in two statements such as this.
Line #5 is [echo "$conn\n";]
Line #5 needs to be corrected to [echo $conn."\n";]
LIne #7 is [echo "This spans\nmultiple lines. The newlines will
be\noutput as well."; ]
Line #7 needs to be
[echo "This spans"."\n"."multiple lines. The newlines will
be"."\n"."output as wee.";]
-Huck Finn
.
- Follow-Ups:
- Re: newline "\n" not working.
- From: Jerry Stuckle
- Re: newline "\n" not working.
- From: Rik
- Re: newline "\n" not working.
- References:
- newline "\n" not working.
- From: stevek
- Re: newline "\n" not working.
- From: stevek
- Re: newline "\n" not working.
- From: rlee0001
- Re: newline "\n" not working.
- From: stevek
- newline "\n" not working.
- Prev by Date: Re: newline "\n" not working.
- Next by Date: Re: Headers??
- Previous by thread: Re: newline "\n" not working.
- Next by thread: Re: newline "\n" not working.
- Index(es):