Re: ASP - breaking program line into more than 1 line

Andrew D. Smith ( (no email) )
Thu, 11 Dec 1997 22:35:11 -0500

If you are worried about the end HTML being readable insert chr(13)

response.write "<b>This is a test</b>" & chr(13)
response.write "<b>To see if this is on two lines</b>"
-----Original Message-----
From: Danny Sinang <danny@uplink.com.ph>
To: NTISP <ntisp@emerald.iea.com>
Date: Thursday, December 11, 1997 10:13 PM
Subject: ASP - breaking program line into more than 1 line

>Hello.
>
>I'm making an ASP program. Now I want to break a particular line in my code
>into more than 1 line so it's more readable. How do I do this ?
>
>
>Danny Sinang
>President, Uplink Technologies, Inc.
>danny@uplink.com.ph
>http://www.uplink.com.ph/danny/
>
> ----------------------------------------------------------
> NTISP Mailing List listserver@emerald.iea.com
>
>