Re: Question on ""
From: Michael R. Pierotti (mrp_at_NOSPAMhafatel.com)
Date: 01/16/05
- Next message: Cor Ligthert: "Re: Question on """
- Previous message: Cor Ligthert: "Re: Elusive Bug"
- In reply to: Herfried K. Wagner [MVP]: "Re: Question on """
- Next in thread: Cor Ligthert: "Re: Question on """
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 Jan 2005 05:11:01 +1000
Gotcha. Font on my screen is so small I missed the extra " in there :s
Thanks,
Mike
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:ufsoI4$%23EHA.3336@TK2MSFTNGP11.phx.gbl...
> Michael,
>
> "Michael R. Pierotti" <mrp@NOSPAMhafatel.com> schrieb:
> > thrdReply.SMSMessage = "The keyword "" & Keyword.toUpper & "" does not
> > exist. Please try again."
> > Gives me
> >
> > The Keyword & Keyword.toUpper & does not exist. Please try again.
>
> I can only repeat what I said:
>
> \\\
> ... = "The keywords """ & Keyword & """ does not exist. Please try
again."
> ///
>
> Notice that there are actually three (!) consecutive double quotation
> characters. The last one is used to terminate the first string literal
> before the '&' operator.
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
>
- Next message: Cor Ligthert: "Re: Question on """
- Previous message: Cor Ligthert: "Re: Elusive Bug"
- In reply to: Herfried K. Wagner [MVP]: "Re: Question on """
- Next in thread: Cor Ligthert: "Re: Question on """
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|