OpenSource GIS applied
In this blog you can find some of my findings as an opensource geospatial developer.
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment