> The returned info from cfhttp call has basically some lines of code per > "headline" which is actually streaming audio info...can it be broken up > somehow elegantly to only get, say last 8 of them.....not so easy when > its not a db query!
Are the number of "lines of code" per headline always the same? If so, you could use the List functions to pull out the groups of elements you need using chr(10) as a delimiter. It would be helpful if you can post an example of the raw data you're getting back from the CFHTTP call as well. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com ______________________________________________________________________ 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

