You must have a complete comparison for each - ie -

<cfif x is 1 or x is 2 or y is z or m is 3>

this may be easier to read

<cfif (x is 1) or (x is 2) or (y is z) or (m is 3)>


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

Reply via email to