"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...
> > 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...
> > > > I need to put this whole line into a response.write statement:
> > > >
> > > > field delimiter = "\""
> > > >
> > > >
> > > > how?
> > > >
> > > >
> > >
> > >
> >
> >
>
>