On Fri, Dec 3, 2010 at 12:01 PM, Rick Colman <[email protected]> wrote: > > If I have a long text string, and want to chop it up into sections and > extract each section, like: > > (1 537 825) > > first section is position 1-536 > second section is position 537 to 824 > third section is 825-end > > can someone suggest a CF approach to do it?
you mean like using MID()? http://www.cfquickdocs.com/cf8/#Mid Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339744 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

