let's say i have a list of 100 elements. i want to break up the list
every fifth element and store in an array. it would be like
ListToArray(), except rather than a 1-to-1 list-to-array i want 5-1
list-to-array.
 
any easy way to do that other than looping through and manually
appending?
 
-mike


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to