Diplaying struct info when you dump an array with strcts in it's elements...

2010-12-24 Thread Eric Roberts
Is there a way to get cfdump to display the struct name when it dumps? I have an array that contains a struct and I am having some issues adding some vars for display so I want to make sure I am addressing it correctly. Currently, all cfdump shows is the word struct. It looks like everything is

Re: Diplaying struct info when you dump an array with strcts in it's elements...

2010-12-24 Thread Charlie Griefer
You can add the label attribute? cfdump var=#myStruct1# label=myStruct1 / cfdump var=#myOtherStruct# label=a different struct / On Fri, Dec 24, 2010 at 6:21 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Is there a way to get cfdump to display the struct name when it dumps?  I have

RE: Diplaying struct info when you dump an array with strcts in it's elements...

2010-12-24 Thread Eric Roberts
Any way to ge that dynamically label structures instead of just putting array or struct? -Original Message- From: Charlie Griefer [mailto:charlie.grie...@gmail.com] Sent: Friday, December 24, 2010 19:51 To: cf-talk Subject: Re: Diplaying struct info when you dump an array with strcts

Re: Diplaying struct info when you dump an array with strcts in it's elements...

2010-12-24 Thread Charlie Griefer
The value for label can be any value you want... literal string or variable. On Fri, Dec 24, 2010 at 7:33 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Any way to ge that dynamically label structures instead of just putting array or struct? -Original Message- From: