valueList will convert the entire column to a list, not individual lists for groups of records like Baz's code does.
cheers, barneyb On 11/8/05, PCC <[EMAIL PROTECTED]> wrote: > > What about ValueList() Function > > Description > > Inserts a delimiter between each value in an executed query. ColdFusion does > not evaluate the arguments. > Return value > > A delimited list of the values of each record returned from an executed > query. > > Syntax ValueList(query.column [, delimiter ]) > > > See also > > QuotedValueList > Parameters > > > > Parameter Description > query.column > Name of an executed query and column. Separate query name and > column name with a period. > > delimiter > A delimiter character to separate column data items. > > http://livedocs.macromedia.com/coldfusion/6/CFML_Reference/functions-pt2115.htm > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
