On Mon, 07 Jul 2008 08:13:11 +0100, SimonW wrote:
> Michael.Ruehling.DeleteThis@t-online.de wrote:
> > Hi,
> > I am trying to declare some String-Constants. One of them
> > HAS TO include a double-quoted String. How do I do this?
> >
> >
> > e.g.:
> > var SomeStr String
> > endvar
> >
> > method pushButton
> > SomeStr = "<!DOCTYPE FILME SYSTEM "FILME.DTD"> "
> > endMethod
> >
> > According to the XML-Specs the Sequence FILME.DTD HAS TO BE
> > in double quotes. Are there any tricks to do so? Special Chars,
> > Escape-Sequences or something like that?
> >
> >
> > M.
> >
>
> Try:-
>
> "<!DOCTYPE FILME SYSTEM "\"FILME.DTD\""> "
That doesn't look right. This is what I think it should be
"<!DOCTYPE FILME SYSTEM \"FILME.DTD\"> "
Bill
----------------------------------------------------------------
Reverse parts of the user name and ISP name for my e-address
>> Stay informed about: Double Quotes in Strings