Thanks guys. Thats what I thought... it ended up being an issue with cfloop'ing over a List.
Cheers, Kevin ----- Original Message ----- From: "Kevin Aebig" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Saturday, May 21, 2005 4:40 PM Subject: Dynamic Struct/Query Path > Hey all, > > I'm trying to build the path to a value stored in struct / query. > > <cfset myStruct = StructNew> > <cfset myStruct.firstname = John> > <cfset myStruct.lastname = Doe> > <cfset myStruct.Betterhalf = StructNew> > <cfset myStruct.Betterhalf .firstname = Jane> > <cfset myStruct.Betterhalf .lastname = Doe> > > > if I have "betterhalf.firstname" as a string variable and a reference to > myStruct, how do I get the value. I can't seem to get it to go using > Evaluate... > > Any ideas? > > Cheers, > > Kevin > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207393 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

