Andy:

I just downloaded the nightly and all seven of the examples I posted
originally work beautifully with the latest nightly. Again, a great
thank-you for adding these items to Open BD. I'll let you know if I
experience any additional issues.

Thanks for taking time away for your weekend to look into this issue.

Kind regards,
-JSLucido


On Jan 31, 4:46 am, Andy Wu <[email protected]> wrote:
> 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