On Tue, 7 Dec 2004 09:05:36 +1000, Darryl Lyons
<[EMAIL PROTECTED]> wrote:
> Or
> 
> <cfif condition="x GT y">
> ...
> </cfif>
> 
> which is more consistent...

And what would you do for 'else'?

<if condition="x gt y">
  <true>
    ...
  </true>
  <false>
    ...
  </false>
</if>

Mmm, that looks familiar... oh yes, that would be Fusebox 4! :)
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to