Will do!  Thanks, Dave...

Rick

  -----Original Message-----
  From: Dave Watts [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, June 23, 2004 11:38 AM
  To: CF-Talk
  Subject: RE: Is there a way to have all CFCatch messages display at once?

  > Is there a way to use a wildcard to check and see if a
  > certain structure say FormErrors contains any elements as
  > opposed to having to check for specific structure element
  > contents.

  You can use the StructIsEmpty function, which returns a Boolean value:

  <cfif not StructIsEmpty(mystruct)> ...

  Dave Watts, CTO, Fig Leaf Software
  http://www.figleaf.com/
  phone: 202-797-5496
  fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to