![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
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. |
#4
| |||
| |||
|
|
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. |
#5
| |||
| |||
|
|
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. |
#6
| |||
| |||
|
|
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. |
#7
| |||
| |||
|
|
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. |
#8
| |||
| |||
|
|
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. |
#9
| |||
| |||
|
|
Michael.Ruehling (AT) t-online (DOT) 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\""> " |
#10
| |||
| |||
|
|
Michael.Ruehling (AT) t-online (DOT) 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\""> " |
![]() |
| Thread Tools | |
| Display Modes | |
| |