Hi,
i've tried yours, Bill; and it works for me!
Thanks a lot.
M.
On Mon, 07 Jul 2008 10:16:21 -0400, Bill McCray
<McCrayBill@[EMAIL PROTECTED]
> wrote:
>On Mon, 07 Jul 2008 08:13:11 +0100, SimonW <Simon@[EMAIL PROTECTED]
> wrote:
>
>> Michael.Ruehling@[EMAIL PROTECTED]
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


|