Single quote and double quote
15 Feb
2000
15 Feb
'00
11:33 p.m.
What is the different of single quote and double quote in zope? <dtml-var 'toXML()'> does not work but <dtml-var "toXML()"> works Rgs, Kent Sin
16 Feb
16 Feb
5:31 a.m.
New subject: [Zope] Single quote and double quote
Sin Hang Kin wrote:
What is the different of single quote and double quote in zope?
<dtml-var 'toXML()'> does not work but <dtml-var "toXML()"> works
I believe in this case the difference is because the double-quote makes it an expression, whereas the single-quote makes it a string.? Bill -- In flying I have learned that carelessness and overconfidence are usually far more dangerous than deliberately accepted risks. -- Wilbur Wright in a letter to his father, September 1900
9547
Age (days ago)
9548
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bill Anderson -
Sin Hang Kin