Okay, what comes back in the code is how I designed it to fit in our
architecture: table rows, each single item consists of 2 tables rows tr
/tr tr /tr ....so how could I say lop off everything after 16
rows...this is I guess a way to do it, but not sure of a good method?

Regards,

Eric J Hoffman
Head Tech Geek
DataStream Connexion
www.datastreamconnexion.com
Delivering Creative Data Solutions 

-----Original Message-----
From: Justin Scott [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 08, 2002 9:32 AM
To: CF-Talk
Subject: Re: Is this Possible? (cfhttp)


> 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



______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
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