> 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