<cfset data=StructNew()>
<cfset a=StructInsert(data,1,"Apple")>
<cfset b=StructInsert(data,2,"Bed")>
<cfset c=StructInsert(data,3,"Cats")>
<cfloop collection="#data#" item=z>
<cfoutput>
#z#:#StructFind(data,z)#<br />
</cfoutput>
</cfloop>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment