As in

<cfset array.ID = ArrayNew(1)>
<cfset array.AID = ArrayNew(1)>

<cfset array.ID[count] = value>


-----Original Message-----
From: Kris Pilles [mailto:[EMAIL PROTECTED]] 
Sent: Friday, 28 June 2002 12:16 AM
To: CF-Talk
Subject: Dynamic Array Help

Haven't written a dynamic array in a while and need some help..... I
think ive forgotten how to...

Heres the column names.... 

ID
AID
Title
Description
DID
Grade
Science


Can someone tell me how to create a dynamic array... I need to store my
query results in an array so I can ship it through my API...

Thanks.

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to