Gordon Luk wrote on 2010-07-27: > I just test a VERY simple cfm. But it return below error, any idea? > pls help. > --------------->8--------- > Bad File Exception > Request /test.cfm > > Type Template > Message Expression Error > Position Line=9; Column=21 > Detail Problem occurred while parsing: test=¨ABC¨ > Source
Hi - those are not ordinary quote marks - those are diaeresis (00a8) the dots that you can see on top of some letters in some languages, for pronounciation. You want 0022 or 0027. -- Hugo Ahlenius fraxinus (at-sign) oxel.net http://www.oxel.net -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon online manual: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
