> So the <cfset var local = {}> worked fine in our CF8 environment, but CF7 is 
> complaining about it. Is {} just a CF8 shorthand for struct? I replaced the 
> {} with StructNew(), > and it seems to work. I'm just terrified of screwing 
> this up and having to chase down some phantom bugs three months from now. 


Yeah, don't worry about that.  {} is just the cool kids way of saying
structNew() in CF8 and up.  :)  Google "ColdFusion Implicit Struct
Creation" to see what else it dose.

~Brad


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329672
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to