Thanks for trying it out and reporting the issues you found.

I've fixed the problem and triggered a new nightly build if you're keen to try it out.

Andy

J.Lucido wrote:
<cfscript>
        variables.aStrVar = 'my test string';
        variables.stTest_1 = {key1 = 'my test string'};
        variables.stTest_2 = {key1 = aStrVar};
        variables.stTest_3 = {key1 = '#aStrVar#'};
        // variables.stTest_4 = {key1 = #aStrVar#};
        // variables.stTest_5 = {key1 = variables.aStrVar};
        // variables.stTest_6 = {key1 = #variables.aStrVar#};
        // variables.stTest_7 = {key1 = '#variables.aStrVar#'};
</cfscript>
<cfoutput>Test string: #aStrVar#</cfoutput><br/>
<cfdump var="#stTest_1#">
<cfdump var="#stTest_2#">
<cfdump var="#stTest_3#"><!---
<cfdump var="#stTest_4#">
<cfdump var="#stTest_5#">
<cfdump var="#stTest_6#">
<cfdump var="#stTest_7#">  --->

--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
mailing list - http://groups.google.com/group/openbd?hl=en

!! save a network - please trim replies before posting !!

Reply via email to