For Programmers: Free Programming Magazines  


Home > Archive > ASP > July 2004 > response.write quotes help









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author response.write quotes help
Carol

2004-07-28, 8:55 pm

I need to put this whole line into a response.write statement:

field delimiter = "\""


how?


Bã§TãRÐ

2004-07-29, 3:55 am

response.write "field delimiter = " \ " "


On Wed, 28 Jul 2004 16:12:53 -0600, "Carol" <kgdg@helkusa.com> wrote:

>I need to put this whole line into a response.write statement:
>
>field delimiter = "\""
>
>
>how?
>


Carol

2004-07-29, 3:55 am

hmm, yes
actualli am writing to a text file with the file system object, rather than
response.write.

Any ideas?

"Bã§TãRÐ" <nobody@msn.com> wrote in message
news:ijogg0lcvjrekekd15su5j2aaukqpc1cft@
4ax.com...
> response.write "field delimiter = " \ " "
>
>
> On Wed, 28 Jul 2004 16:12:53 -0600, "Carol" <kgdg@helkusa.com> wrote:
>
>



Steven Burn

2004-07-29, 3:55 am

strTemp = field delimiter = "\""
response.write replace(strtemp, chr(34), """)

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"Carol" <kgdg@helkusa.com> wrote in message
news:X6adncaWZMB-uZXcRVn-qA@comcast.com...
> I need to put this whole line into a response.write statement:
>
> field delimiter = "\""
>
>
> how?
>
>



Carol

2004-07-29, 3:55 am

that's it thanks!!!

"Steven Burn" <pvt@noyb.com> wrote in message
news:ukRbokRdEHA.4048@TK2MSFTNGP12.phx.gbl...
> strTemp = field delimiter = "\""
> response.write replace(strtemp, chr(34), """)
>
> --
>
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
>
> "Carol" <kgdg@helkusa.com> wrote in message
> news:X6adncaWZMB-uZXcRVn-qA@comcast.com...
>
>



Carol

2004-07-29, 3:55 am

No wati that's not it.

how do you get this to work:
strTemp = field delimiter = "\""

back to the same problem

so the answer would be
strTemp = " field delimiter = " & chr(34) & """

response.write strTemp





"Steven Burn" <pvt@noyb.com> wrote in message
news:ukRbokRdEHA.4048@TK2MSFTNGP12.phx.gbl...
> strTemp = field delimiter = "\""
> response.write replace(strtemp, chr(34), """)
>
> --
>
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
>
> "Carol" <kgdg@helkusa.com> wrote in message
> news:X6adncaWZMB-uZXcRVn-qA@comcast.com...
>
>



Steven Burn

2004-07-29, 3:55 pm

chr(34) is the quote, not the backslash.

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"Carol" <kgdg@helkusa.com> wrote in message
news:1Ladne7b8pyLFpXcRVn-tQ@comcast.com...
> No wati that's not it.
>
> how do you get this to work:
> strTemp = field delimiter = "\""
>
> back to the same problem
>
> so the answer would be
> strTemp = " field delimiter = " & chr(34) & """
>
> response.write strTemp
>
>
>
>
>
> "Steven Burn" <pvt@noyb.com> wrote in message
> news:ukRbokRdEHA.4048@TK2MSFTNGP12.phx.gbl...
>
>



Carol

2004-07-29, 3:55 pm

ok good thanks
"Steven Burn" <pvt@noyb.com> wrote in message
news:evxzYlXdEHA.3704@TK2MSFTNGP09.phx.gbl...
> chr(34) is the quote, not the backslash.
>
> --
>
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
>
> "Carol" <kgdg@helkusa.com> wrote in message
> news:1Ladne7b8pyLFpXcRVn-tQ@comcast.com...
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com