How about just using one of the queryToCSV functions from CFlib

http://www.cflib.org/udf.cfm?ID=556
http://www.cflib.org/udf.cfm?ID=1197

so you don't have to reinvent the wheel :)

On 11/9/05, Richard Colman <[EMAIL PROTECTED]> wrote:
> I am trying to build lines of CSV data. However, I don't know exactly how to
> get rid of the LAST comma in the line.
>
>
>
> Here is the result:
>

> 42, 0,0.9,0,-0.1,0.8,0,1.2,0.1,0.1,1.5,0.3,0,1.3,0,0,0.9,0.4,0,0,0.1,0.6,
> (note trailing comma)
>
> Here is the code (ugly as it may be):
>
> <cfquery .>
> select spdinput_id, location,score from spdout
> group by spdinput_id, location, score
> order by spdinput_id, location
> </cfquery>
>
>
> Any ideas appreciated.
>
>
>
> Rick.
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223719
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to