******************************* Team Pixie *******************************

If you think about it, arrays are suited to storing an arbitrary number of
bits of information from 1 ... n - similar to the way a table stores an
arbitrary number of records. Structures are suited to storing groups of
associated information e.g. employee=StructNew(), employee.name="bob"
employee.deptNo="123", etc. in the same manner that a record uses numerous
fields to group associated information per record. Put the two together and
you get an array (or set of records) of structures (associated information).

Steve

> -----Original Message-----
> From: Neil Clark [mailto:[EMAIL PROTECTED]]
> Sent: 30 April 2001 16:44
> To: CF-Talk
> Subject: RE: Arrays and Structures storing query values
>
>
> Doh.  Just think the other way around is more suited? maybe not?
> whatdoiknow!!! :-(
>
> <!-----------------------------
> Neil Clark
> Senior Web Applications Engineer
> XML / Cerebro
> MCB Digital
> Macromedia Alliance Member
> Tel: 020 8941 3232
> Fax: 020 8941 4333
> e-mail: [EMAIL PROTECTED]
> ---------------------------->
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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