|
Mailing Lists
|
Home /
Groups /
Fusebox
If/Do Bug?
Author: Matthew Gersting
Short Link: http://www.houseoffusion.com/groups/fusebox/thread.cfm/threadid:1336#6968
Hey everyone. I'm encountering an odd behavior and I haven't figured out if it's
in the wrong or I am. My circuit is below. I'm hard-coding values to keep it as
simple as possible - I realize my false case should never run here. The problem
I'm having is that the <do> in my false case DOES try to run. Am I missing
something?
<!-- overview -->
<fuseaction name="overview">
<set name="Variables.sType" value="standard" />
<if condition="(Variables.sType EQ 'standard')">
<true>
<do action="programs.overviewStandard" />
</true>
<false>
<do action="programs.overviewModified" />
</false>
</if>
</fuseaction>
|
May 20, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||