Peter, great examples, really helpful.

In a nutshell, if I get it, in CF9 you do not need to use:

<cfset var local = StructNew() />

because you are going to define your vars as:  local.myVar1 and local.myVar2 
and the local structure is already defined by default.

You refer to your vars throughout the cffunction as local.myVarXXXX.

Hope that's right,
Jerry 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346493
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to