RE: Alternative or Workaround to IsDefined

2000-12-18 Thread Won Lee
you could cfparam it and use Len(). Won -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 2:14 PM To: CF-Talk Subject: Alternative or Workaround to IsDefined I have a page that may or may not receive a variable from a referring template

Alternative or Workaround to IsDefined

2000-12-15 Thread John Stanley
Thanks Mike, this is a solution I came up with: This code will loop t

Re: Alternative or Workaround to IsDefined

2000-12-14 Thread Michael Thomas
ike >From: John Stanley <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Alternative or Workaround to IsDefined >Date: Thu, 14 Dec 2000 14:14:04 -0500 > >I have a page that may or may not receive a variable from a referring >

Alternative or Workaround to IsDefined

2000-12-14 Thread John Stanley
I have a page that may or may not receive a variable from a referring template. The page is supposed to query a database and compare it's results to do a check with the following code: counter refers to a value that is passed regarding the total number of hidden fields possible