RE: CFPARAM to catch null strings

2001-08-20 Thread BT
cf param with a -1 -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 3:35 PM To: CF-Talk Subject: CFPARAM to catch null strings I'm using CFPARAM to set defaults for custom tag attributes. I'm trying to catch an attributeName= (null/blank

RE: CFPARAM to catch null strings

2001-08-20 Thread Shawn Grover
or do a cfif len(URL.MyVar) eq 0 then we have a null value /cfif after the cfparam. -Original Message- From: BT [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 1:41 PM To: CF-Talk Subject: RE: CFPARAM to catch null strings cf param with a -1 -Original Message- From