function for getting a structures column names?

2008-04-14 Thread Richard White
Hi

does anyone know if there is a function to get the column / header names of a 
structure?

thanks 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303350
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: function for getting a structures column names?

2008-04-14 Thread Dominic Watson
They are known as keys and the built in ColdFusion functions are:

StructKeyArray() and StructKeyList()

HTH

Dominic


On 14/04/2008, Richard White [EMAIL PROTECTED] wrote:

 Hi

 does anyone know if there is a function to get the column / header names
 of a structure?

 thanks

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303351
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: function for getting a structures column names?

2008-04-14 Thread Richard White
thanks dominic, i had tried this and it came out with the values instead so i 
thought they were meant for something else. 

i then realised that i had an array of structures and was passing it the top 
level instead of an individual level, thanks for your help
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303356
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4