Ok.... I've got my array.... However.... Now, I sent it back to where it
needs to go... How do I take the data within the array and basically
query it so I can sort it so I can parse the records out to populate my
form???

-----Original Message-----
From: Andrew Scott [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 27, 2002 10:23 AM
To: CF-Talk
Subject: RE: Dynamic Array Help


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.


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to