> The GetFunctionList() post got me thinking. The output from > that function is a structure, right? Well, here's my structure > question. I know that I can use StructCount to find out the > number of keys in a structure, but what is I don't know what > those keys are? I'm a SOL? Is there any way to display a list > the list of keys from a structure, kind of like doing a > query.ColumnList? I know about the StructFind, but if I > don't have any clue what the keys would be this wouldn't really > help unless I become a super good guesser. You can use the StructKeyList function to return a list of keys. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

