Hey everyone. I am working within a cfloop and a need to perform a cfif.
here is what my code looks like


<cfloop list="#list#" index="id" >
<cfif hours_period_1_#id# eq "20">
  xxxx
</cfif>
</cfloop>


This is generating an error. I think I need to use the Evaluate function but
I'm not sure what the syntax should be. I've been messing around with it for
a while and can't seem to get it quite right. Any suggestions are much
appreciated. Thanks.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to