Remember that if there's some pattern to these ranges, you could always use
something like this:

<CFSWITCH EXPRESSION="round(value/3)">

...and avoid the whole issue of ranges in the case statements.

David Cummins

Jann VanOver wrote:
> 
> No.  A Case value must be a primitive expression.
> 
> To do what you want, abandon CFCASE and use a series of IF/Else statements.
> That has flexiblity to evaulate other conditional expressions.
> 
> >
> > Can you use <CFCASE> to evaluate numeric expressions such as a between =
> > statement, or greater than/less than statements?  Specifically this is =
> > the following statement:
> >
> > <CFCASE VALUE="BETWEEN 6 AND 9">
> >
> > Cold Fusion evaluates this literally instead of mathematically, any =
> > ideas for help? Thanks!
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to