Is it possible to separate values returned from a CFLOOP QUERY, as in
the following example:

<CFLOOP QUERY="qPayment">
        <CFOUTPUT>
        #Trim(paymentName)#
        </CFOUTPUT>

Records returned from the query could be VISA MC AMEX

How would it be done?

Thanks,
Mark

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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