| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| 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 = " " 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. |
|
#2
|
| Michael.Ruehling-at-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 = " " > 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:- " " Simon |
|
#3
|
| On Mon, 07 Jul 2008 08:13:11 +0100, SimonW > Michael.Ruehling-at-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 = " " > > 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:- > > " " That doesn't look right. This is what I think it should be " " Bill ---------------------------------------------------------------- Reverse parts of the user name and ISP name for my e-address |
|
#4
|
| 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 >On Mon, 07 Jul 2008 08:13:11 +0100, SimonW > >> Michael.Ruehling-at-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 = " " >> > 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:- >> >> " " > >That doesn't look right. This is what I think it should be > >" " > >Bill > >---------------------------------------------------------------- >Reverse parts of the user name and ISP name for my e-address |
![]() |
| Thread Tools | |
| Display Modes | |