> <CFOUTPUT>#ArrayDeleteAt(GetHours,1)#</CFOUTPUT>
> <CFLOOP query="getMainList">
>    <CFOUTPUT>#ArrayAppend(GetHours, "#numberformat(hours)#")#</CFOUTPUT>
> </CFLOOP>
> 
> Line 3 produces a string of "YES"s at the top of my output- one for every
> record in the query.

Instead of the <CFOUTPUT> do:

<CFSET temp = ArrayAppend(GetHours....)>

Tony Schreiber, Senior Partner                  Man and Machine, Limited
mailto:[EMAIL PROTECTED]                   http://www.technocraft.com

http://www.linktoss.com _______The Fastest Way to Send a Link to Anyone!
http://www.digitacamera.com ______________DigitA Camera Scripts and Tips
http://www.is300.net ___________The Enthusiast's Home of the Lexus IS300
http://www.cfug-sfl.org ___________South Florida Cold Fusion Users Group
http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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