RE: CFCASE Help?

2000-11-14 Thread Paul Mone
("Odd."); bEven = false; break; } } --- Paul Mone Ninthlink Consulting Group [EMAIL PROTECTED] 619.222.7082 -Original Message----- From: Gregory Harris [mailto:[EMAIL PROTECTED]]

Re: CFCASE Help?

2000-11-14 Thread David Cummins
Remember that if there's some pattern to these ranges, you could always use something like this: ...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

Re: CFCASE Help?

2000-11-14 Thread Jann VanOver
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 to evaluate numeric expressions such as a between = > statement, or greater than/less th

RE: CFCASE Help?

2000-11-14 Thread John Rice
a b might help. -Original Message- From: Gregory Harris [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 6:02 PM To: CF-Talk Subject: CFCASE Help? This is a multi-part message in MIME format. --=_NextPart_000_0196_01C04E4B.D4F95E40 Co

CFCASE Help?

2000-11-14 Thread Gregory Harris
This is a multi-part message in MIME format. --=_NextPart_000_0196_01C04E4B.D4F95E40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can you use to evaluate numeric expressions such as a between = statement, or greater than/less than statem