(I am certain someone else will suggest a regex. So I will not bother ;) Try treating it as a list delimited by an underscore _
> 1) only the digits between the xx and the _ ListFirst() would return the characters before the _. Then use right() or mid() to extract the characters beyond the xx. > 2) only the digits after the _ Use ListLast() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:346528 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

