Friday, June 10, 2005

Variables in CF

Try this out...

<cfoutput>
<cfset x["y.z"] = "a">
#x.y.z#
<cfset x.y.z = "b">
#x.y.z#
#x["y.z"]#
<cfdump var="#x#">
</cfoutput>


the amazing world of CF

No comments: