************************ MacroMedia Representitive ************************
Arrays can store structs.

<CFSET X = ArrayNew(1)>
<CFSET X[1] = StructNew()>

You can get crazy if you want.

<CFSET X[1].Y = ArrayNew(1)>
<CFSET X[1].Y[1] = StructNew()>
<CFSET X[1].Y[1]["unreadable"] = "Yes">

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: Neil Clark [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 30, 2001 11:10 AM
> To: CF-Talk
> Subject: RE: Arrays and Structures storing query values
> 
> 
> I think you need to do it the other wat around - Structures can 
> hold arrays,
> I dont think arrays can store structures.
> 
> N


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to