Re: Space in a Struct Key

2013-03-06 Thread Russ Michaels
Structname[your key] Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Mar 6, 2013 10:18 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: Getting very rusty, can't remember how to access a key in a

Re: Space in a Struct Key

2013-03-06 Thread Matt Quackenbush
structName[ keyName ] if unknown, otherwise ... structName[ 'key name with space' ] On Wed, Mar 6, 2013 at 4:17 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: Getting very rusty, can't remember how to access a key in a struct that has a space in it. Example:-

Re: Space in a Struct Key

2013-03-06 Thread Andrew Scott
Rule of thumb, keys should not have spaces. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Thu, Mar 7, 2013 at 9:17 AM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: Getting very rusty, can't remember how to

RE: Space in a Struct Key

2013-03-06 Thread Jenny Gavin-Wear
- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 06 March 2013 22:20 To: cf-talk Subject: Re: Space in a Struct Key Structname[your key] Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Mar 6, 2013 10:18

RE: Space in a Struct Key

2013-03-06 Thread Matt Quackenbush
To: cf-talk Subject: Re: Space in a Struct Key Structname[your key] Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com- CF search engine On Mar 6, 2013 10:18 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote

Re: Space in a Struct Key

2013-03-06 Thread Dave Watts
This fails:- cfoutput#[imageMetaData][exif][Focal Length]#/cfoutput and I am sure I tried every other combination except the right one. You can see the structure here:- http://gallery.fasttrackonline.co.uk/admin/images/test.cfm If the structure is imageMetaData, and it has a key called

RE: Space in a Struct Key

2013-03-06 Thread Jeff Garza
Original Message From: Jenny Gavin-Wear jenn...@fasttrackonline.co.uk Sent: Wednesday, March 06, 2013 4:14 PM To: cf-talk cf-talk@houseoffusion.com Subject: RE: Space in a Struct Key This fails:- cfoutput#[imageMetaData][exif][Focal Length]#/cfoutput and I am sure I tried every other

RE: Space in a Struct Key

2013-03-06 Thread Jenny Gavin-Wear
Could kick myself, thought I had tried that. Thanks Dave. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: 06 March 2013 23:18 To: cf-talk Subject: Re: Space in a Struct Key This fails:- cfoutput#[imageMetaData][exif][Focal Length]#/cfoutput and I am sure I

RE: Space in a Struct Key

2013-03-06 Thread Jenny Gavin-Wear
Many thanks, Jeff. -Original Message- From: Jeff Garza [mailto:j...@garzasixpack.com] Sent: 06 March 2013 23:18 To: cf-talk Subject: RE: Space in a Struct Key If you are going to use bracket notation, you need to use quotes for struct keys that are not variables. #[imageMetaData