To the delight of many a ColdFusion developer, in CF8 we added support for implicit array and structure creation. And now we're taking this one step further in the ColdFusion 8 updater (due out shortly) to allow for arrays and structures to be nested. As an example, the following should work (and I did say "should", this is planned, and plans change):
<cfset cfevangelists=[{firstname="Ben", lastname="Forta"}, {firstname="Adam", lastname="Lehman"}]>
You get the idea. Oh, and before you ask, the updater is coming ... soon!
There are no comments for this entry.
[Add Comment]