Thanks, Dina!

Rick


-----Original Message-----
From: Dina Hess [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 21, 2002 10:09 PM
To: CF-Talk
Subject: Re: What's wrong with this?


You've created a 3-dimensional array and you're populating a
2-dimensional array...

> <CFSET MultipleWaivers=ArrayNew(3)>

> <CFQUERY Name="GetUC" Datasource="#DSN#">
>      Select UtilityCompanyID, UCName
>         from UtilityCompanies
>   order by UCName
> </CFQUERY>

> <CFLOOP Query="GetUC">
>      <CFSET MultipleWaivers[CurrentRow][1] =
> GetUC.UtilityCompanyID[CurrentRow]>
> </CFLOOP>
>
>
>
> Rick
>
>
>


______________________________________________________________________
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