touche! ;-)
  ----- Original Message -----
  From: Calvin Ward
  To: CF-Talk
  Sent: Thursday, October 16, 2003 2:32 PM
  Subject: Re: Dumb Question

  I might try a variation of this...

  <cfset pageList = 'test,tech,contact'>
  <cfif NOT ListFindNoCase(pageList,url.page)>
      Do this thing...
  </cfif>

  - Calvin
    ----- Original Message -----
    From: [EMAIL PROTECTED]
    To: CF-Talk
    Sent: Thursday, October 16, 2003 5:09 PM
    Subject: RE: Dumb Question

    <cfif url.page NEQ 'test' OR url.page NEQ 'tech' OR url.page NEQ 'contact'>

    -----Original Message-----
    From: Eric Creese [mailto:[EMAIL PROTECTED]
    Sent: Thursday, October 16, 2003 4:07 PM
    To: CF-Talk
    Subject: Dumb Question

    I have a dumb question. when using CFIF I want to check against multiple criteria.

    Example:
    <cfif url.page NEQ 'test' OR 'tech' OR 'contact'>

    I get an error when doing this. can some post the correct way to do this.
      _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to