RE: Simple Expression Question

2003-12-04 Thread John Burns
Just FYI, I believe you'd have to do right(form.fileURL,4) neq ".gif" I noticed the NOTE, but just wanted to help whoever asked the question. John -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:52 AM To: CF-Talk Subject: Re: Simple

Simple Expression Question

2003-12-04 Thread Mark Leder
I'm want to write this _expression_: I know that the NOT LIKE is not used in CFMX. What's the right way to write this? Thanks, Mark [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Simple Expression Question

2003-12-04 Thread Jerry Johnson
I told you I'd have errors. should read Sorry, Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Simple Expression Question - SOLVED

2003-12-04 Thread Mark Leder
Thanks for your suggestions, they worked. Thanks, Mark -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:47 AM To: CF-Talk Subject: RE: Simple _expression_ Question -- Ian Skinner Web Programmer BloodSource www.BloodSo

Re: Simple Expression Question

2003-12-04 Thread Jerry Johnson
Here are three ways to accomplish this. (Exact match on last 4 chars) (sloppy match seeing if .gif is anywhere in string) (regular _expression_ looking for anything ending in .gif) NOTE: none were tested so syntax errors likely Jerry Johnson >>> [EMAIL PROTECTED] 12/04/03 10:38AM >>> I'm wa

RE: Simple Expression Question

2003-12-04 Thread Ian Skinner
-- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 7:39 AM To: CF-Talk Subject: Simple _expression_ Question I'm want to write this _expression_:

RE: Simple Expression Question

2003-12-04 Thread Tony Weeg
or ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:39 AM To: CF-Talk Subject: Simple _expression_ Question I'm want t